| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
dict --+
|
twisted.python.usage.Options --+
|
FilterOptions
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
stdout = sys.stderr
|
|||
stderr = sys.stderr
|
|||
synopsis =
|
|||
optParameters =
|
|||
optFlags =
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
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!
|
|
|||
synopsis
|
optParameters
|
optFlags
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 14 18:27:47 2008 | http://epydoc.sourceforge.net |