class twisted.internet.endpoints.StandardIOEndpoint: (source)
Implements interfaces: twisted.internet.interfaces.IStreamServerEndpoint
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.StandardIO
, which takes an IProtocol
provider and a reactor
keyword argument (interface dependent upon your platform).Implement IStreamServerEndpoint.listen
to listen on stdin/stdout