Options to the trial command line tool.

Method opt_jobs Number of local workers to run, a strictly positive integer.
Method postOptions I am called after the options are parsed.
Instance Variable _workerFlags List of flags which are accepted by trial distributed workers. This is used by _getWorkerArguments to build the command line arguments. (type: list)
Instance Variable _workerParameters List of parameter which are accepted by trial distrubuted workers. This is used by _getWorkerArguments to build the command line arguments. (type: list)
Method _getWorkerArguments Return a list of options to pass to distributed workers.

Inherited from ReactorSelectionMixin:

Method opt_help_reactors Display a list of possibly available reactor names.
Method opt_reactor Which reactor to use (see --help-reactors for a list of possibilities)

Inherited from ReactorSelectionMixin:

Method opt_help_reactors Display a list of possibly available reactor names.
Method opt_reactor Which reactor to use (see --help-reactors for a list of possibilities)

Inherited from ReactorSelectionMixin:

Method opt_help_reactors Display a list of possibly available reactor names.
Method opt_reactor Which reactor to use (see --help-reactors for a list of possibilities)
_workerFlags =
List of flags which are accepted by trial distributed workers. This is used by _getWorkerArguments to build the command line arguments. (type: list)
_workerParameters =
List of parameter which are accepted by trial distrubuted workers. This is used by _getWorkerArguments to build the command line arguments. (type: list)
def opt_jobs(self, number): (source)

Number of local workers to run, a strictly positive integer.

def _getWorkerArguments(self): (source)

Return a list of options to pass to distributed workers.

def postOptions(self): (source)

I am called after the options are parsed.

Override this method in your subclass to do something after the options have been parsed and assigned, like validate that all options are sane.

API Documentation for Twisted, generated by pydoctor at 2015-09-04 15:29:41.