Part of twisted.internet.endpoints View Source View In Hierarchy
Present Since | 13.1 |
Method | __init__ | See IReactorProcess.spawnProcess . |
Method | connect | Implement IStreamClientEndpoint.connect
to launch a child process and connect it to a protocol created by
protocolFactory . |
Instance Variable | _spawnProcess | A hook used for testing the spawning of child process. |
IReactorProcess.spawnProcess
.Parameters | errFlag | Determines if stderr should be logged. (type: endpoints.StandardErrorBehavior ) |
IStreamClientEndpoint.connect
to launch a child process and connect it to a protocol created by
protocolFactory
.Parameters | protocolFactory | A factory for an IProtocol
provider which will be notified of all events related to the created
process. |