class documentation
class WorkerOptions(_BasicOptions, Options, ReactorSelectionMixin): (source)
Options forwarded to the trial distributed worker.
Method | coverdir |
Return a FilePath representing the directory into which coverage results should be written. |
Inherited from _BasicOptions
:
Method | __init__ |
Undocumented |
Method | get |
Undocumented |
Method | opt |
Generate coverage information in the coverage file in the directory specified by the temp-directory option. |
Method | opt |
Disable the garbage collector |
Method | opt |
Undocumented |
Method | opt |
Undocumented |
Method | opt |
Undocumented |
Method | opt |
see sys.setrecursionlimit() |
Method | opt |
Print an insanely verbose log of everything that happens. Useful when debugging freezes or locks in complex code. |
Method | opt |
Specify the format to display tracebacks with. Valid formats are 'plain', 'emacs', and 'cgitb' which uses the nicely verbose stdlib cgitb.text function |
Method | opt |
Filename to grep for test cases (-*- test-case-name). |
Method | opt |
Fake the lack of the specified modules, separated with commas. |
Method | parse |
Undocumented |
Method | post |
Undocumented |
Class Variable | comp |
Undocumented |
Class Variable | longdesc |
Undocumented |
Class Variable | opt |
Undocumented |
Class Variable | opt |
Undocumented |
Instance Variable | tracer |
Undocumented |
Method | _load |
Undocumented |
Inherited from Options
(via _BasicOptions
):
Method | __str__ |
Undocumented |
Method | get |
Undocumented |
Method | opt |
Display this help and exit. |
Method | opt |
Display Twisted version and exit. |
Method | parse |
The guts of the command-line parser. |
Class Variable | completion |
Undocumented |
Class Variable | default |
Undocumented |
Class Variable | parent |
Undocumented |
Instance Variable | defaults |
Undocumented |
Instance Variable | docs |
Undocumented |
Instance Variable | long |
Undocumented |
Instance Variable | opts |
Undocumented |
Instance Variable | short |
Undocumented |
Instance Variable | sub |
Undocumented |
Instance Variable | sub |
Undocumented |
Instance Variable | synonyms |
Undocumented |
Method | _gather |
Gather up boolean (flag) options. |
Method | _gather |
Gather up options with their own handler methods. |
Method | _gather |
Gather options which take a value. |
Method | _generic |
Undocumented |
Instance Variable | _dispatch |
Undocumented |
Inherited from ReactorSelectionMixin
(via _BasicOptions
, Options
):
Method | opt |
Display a list of possibly available reactor names. |
Method | opt |
Which reactor to use (see --help-reactors for a list of possibilities) |
Class Variable | _get |
Undocumented |