Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | twisted.python.usage.Options --+ | base.SubcommandOptions --+ | SendChangeOptions
Instance Methods | |||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
subcommandFunction =
|
|
optParameters =
|
|
buildbotOptions =
|
|
requiredOptions =
|
|
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Returns a string containing a description of these options and how to pass them to the executed file.
|
I am called with any leftover arguments which were not options. Override me to do something with the remaining arguments on the command line, those which were not flags or options. e.g. interpret them as a list of files to operate on. Note that if there more arguments on the command line than this method accepts, parseArgs will blow up with a getopt.error. This means if you don't override me, parseArgs will blow up if I am passed any arguments at all!
|
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.
|
Class Variable Details |
optParameters
|
buildbotOptions
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 21 16:22:45 2012 | http://epydoc.sourceforge.net |