twisted.trial._dist.worker
module documentationtwisted.trial._dist
View Source
This module implements the worker classes.
Present Since | 12.3 |
Class | WorkerProtocol | The worker-side trial distributed protocol. |
Class | LocalWorkerAMP | Local implementation of the manager commands. |
Class | LocalWorkerAddress | A IAddress
implementation meant to provide stub addresses for ITransport.getPeer
and ITransport.getHost . |
Class | LocalWorkerTransport | A stub transport implementation used to support AMP over a ProcessProtocol
transport. |
Class | LocalWorker | Local process worker protocol. This worker runs as a local process and communicates via stdin/out. |