twisted.internet.utils._EverythingGetter(protocol.ProcessProtocol)
class documentationtwisted.internet.utils
View Source
(View In Hierarchy)
Method | __init__ | Undocumented |
Method | processEnded | Called when the child process exits and all file descriptors associated with it have been closed. |
Inherited from BaseProtocol (via ProcessProtocol):
Method | makeConnection | Make a connection to a transport and a server. |
Method | connectionMade | Called when a connection is made. |
Inherited from BaseProtocol (via ProcessProtocol):
Method | makeConnection | Make a connection to a transport and a server. |
Method | connectionMade | Called when a connection is made. |
Called when the child process exits and all file descriptors associated with it have been closed.