ade.examples.goldstein-price.ExecProtocol(protocol.ProcessProtocol)
class documentation
Part of ade.examples.goldstein-price
(View In Hierarchy)
I am a Twisted process protocol for communicating with a process running an executable you've compiled, via STDIO.
Method | __init__ | Undocumented |
Method | shutdown | Shuts down the process. |
Method | connectionMade | Upon connection to the executable process via stdio, releases the initial lock. |
Method | cmd | Sends function arguments to the executable via stdin, returning a
Deferred that fires with the result received via stdout, with
numeric conversions. |
Method | outReceived | Processes a line of response data from the executable. |
def
connectionMade(self):
Upon connection to the executable process via stdio, releases the initial lock.