module documentation
(source)

Implementation of AMP worker commands, and main executable entry point for the workers.
Present Since
12.3
Class ​Worker​Log​Observer A log observer that forward its output to a AMP protocol.
Function main Main function to be run if __name__ == "__main__".
Function _setup​Path Override sys.path with what the parent passed in TRIAL_PYTHONPATH.
def main(_fdopen=os.fdopen): (source)
Main function to be run if __name__ == "__main__".
Parameters
_fdopen:callableIf specified, the function to use in place of os.fdopen.
def _setupPath(environ): (source)
Override sys.path with what the parent passed in TRIAL_PYTHONPATH.
See Also
twisted.trial._dist.disttrial.DistTrialRunner.launchWorkerProcesses