class documentation

class _StandardIOParser: (source)

Implements interfaces: twisted.internet.interfaces.IStreamServerEndpointStringParser, twisted.plugin.IPlugin

View In Hierarchy

Stream server endpoint string parser for the Standard I/O type.
Method parseStreamServer Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments.
Instance Variable prefix See IStreamServerEndpointStringParser.prefix.
Method _parseServer Internal parser function for _parseServer to convert the string arguments into structured arguments for the StandardIOEndpoint
def parseStreamServer(self, reactor, *args, **kwargs): (source)
Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments.
Returns
a stream server endpoint
See Also
IStreamClientEndpointStringParserWithReactor.parseStreamClient
def _parseServer(self, reactor): (source)
Internal parser function for _parseServer to convert the string arguments into structured arguments for the StandardIOEndpoint
Parameters
reactorReactor for the endpoint