twisted.trial._dist.workertrial module documentationtwisted.trial._dist
          View Source
          
        
      Implementation of AMP worker commands, and main executable 
entry point for the workers.
| Present Since | 12.3 | |
| Class | WorkerLogObserver | A log observer that forward its output to a AMPprotocol. | 
| Function | main | Main function to be run if __name__ == "__main__". | 
| Function | _setupPath | Override sys.pathwith what the parent passed in 
TRIAL_PYTHONPATH. | 
Override sys.path with what the parent passed in 
TRIAL_PYTHONPATH.
| See Also | twisted.trial._dist.disttrial.DistTrialRunner.launchWorkerProcesses | |
Main function to be run if __name__ == "__main__".
| Parameters | _fdopen | If specified, the function to use in place of os.fdopen. | 
| _fdopen | callable |