Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | twisted.python.usage.Options --+ | OptionsWithOptionsFile --+ | DebugClientOptions
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Class Variables | |
optFlags =
|
|
optParameters =
|
|
buildbotOptions =
|
|
Inherited from |
Properties | |
Inherited from |
Method Details |
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!
|
Class Variable Details |
optParameters
|
buildbotOptions
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 29 10:00:42 2010 | http://epydoc.sourceforge.net |