For interal use by ProcessQueue Wraps an existing ProcessProtocol so
that it can be run in a ProcessQueue
|
__init__(self,
protocol,
executable,
args=(),
env={},
path=None,
uid=None,
gid=None,
usePTY=0,
childFDs=None,
timeout=60,
timeout_callback=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from _ProcessQueueProtocol :
__str__ ,
start
Inherited from twisted.internet.protocol.ProcessProtocol :
childConnectionLost ,
childDataReceived ,
processExited
Inherited from twisted.internet.protocol.BaseProtocol :
connectionMade ,
makeConnection
|