t.i.e._StandardIOParser(object) : class documentation

Part of twisted.internet.endpoints View Source View In Hierarchy

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

Stream server endpoint string parser for the Standard I/O type.

Instance Variable prefix See IStreamClientEndpointStringParser.prefix.
Method parseStreamServer Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments.
Method _parseServer Internal parser function for _parseServer to convert the string arguments into structured arguments for the StandardIOEndpoint
prefix =
See IStreamClientEndpointStringParser.prefix.
def _parseServer(self, reactor): (source)

Internal parser function for _parseServer to convert the string arguments into structured arguments for the StandardIOEndpoint

ParametersreactorReactor for the endpoint
def parseStreamServer(self, reactor, *args, **kwargs): (source)

Parse a stream server endpoint from a reactor and string-only arguments and keyword arguments.

Returnsa stream server endpoint (type: IStreamServerEndpoint)
See AlsoIStreamClientEndpointStringParser.parseStreamClient
API Documentation for Twisted, generated by pydoctor at 2015-04-13 15:26:48.