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 IAddressimplementation meant to provide stub addresses forITransport.getPeerandITransport.getHost. | 
| Class | LocalWorkerTransport | A stub transport implementation used to support AMPover aProcessProtocoltransport. | 
| Class | LocalWorker | Local process worker protocol. This worker runs as a local process and communicates via stdin/out. |