class documentation

class StandardIOEndpoint: (source)

Implements interfaces: twisted.internet.interfaces.IStreamServerEndpoint

View In Hierarchy

A Standard Input/Output endpoint

Method __init__
Method listen Implement IStreamServerEndpoint.listen to listen on stdin/stdout
Instance Variable _stdio a callable, like stdio.StandardIO, which takes an IProtocol provider and a reactor keyword argument (interface dependent upon your platform).
Instance Variable _reactor Undocumented
_stdio = (source)
a callable, like stdio.StandardIO, which takes an IProtocol provider and a reactor keyword argument (interface dependent upon your platform).
def __init__(self, reactor): (source)
ParametersreactorThe reactor for the endpoint.
_reactor = (source)

Undocumented

def listen(self, stdioProtocolFactory): (source)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.