class documentation
class Options(usage.Options): (source)
Define the options accepted by the twistd procmon plugin.
Method | parse |
Grab the command line that is going to be started and monitored |
Method | post |
Check for dependencies. |
Class Variable | longdesc |
Undocumented |
Class Variable | opt |
Undocumented |
Class Variable | opt |
Undocumented |
Class Variable | synopsis |
Undocumented |
Inherited from Options
:
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | get |
Returns a string containing a description of these options and how to pass them to the executed file. |
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 |
overrides
twisted.python.usage.Options.parseArgs
Grab the command line that is going to be started and monitored