class documentation

class StandardIOEndpoint:

Constructor: StandardIOEndpoint(reactor)

Implements interfaces: twisted.internet.interfaces.IStreamServerEndpoint

View In Hierarchy

A Standard Input/Output endpoint

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

Undocumented

_stdio =

a callable, like stdio.StandardIO, which takes an IProtocol provider and a reactor keyword argument (interface dependent upon your platform).