t.i.e._ProcessEndpointTransport(proxyForInterface(interfaces.IProcessTransport, '_process')) : class documentation

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

An ITransport provider for the IProtocol instance passed to the process endpoint.
Method write Write to the child process's standard input.
Method writeSequence Write a list of strings to child process's stdin.
Instance Variable _process An active process transport which will be used by write methods on this object to write data to a child process. (type: interfaces.IProcessTransport provider)
_process =
An active process transport which will be used by write methods on this object to write data to a child process. (type: interfaces.IProcessTransport provider)
def write(self, data): (source)
Write to the child process's standard input.
ParametersdataThe data to write on stdin.
def writeSequence(self, data): (source)
Write a list of strings to child process's stdin.
ParametersdataThe list of chunks to write on stdin.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.