| Trees | Indices | Help |
|
|---|
|
|
object --+
|
dict --+
|
twisted.python.usage.Options --+
|
SubcommandOptions
| Instance Methods | |||
new empty dictionary |
|
||
| dict |
|
||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Variables | |
buildbotOptions = Nonehash(x) |
|
requiredOptions =
|
|
|
Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Find the .buildbot/options file. Crawl from the current directory up towards the root, and also look in ~/.buildbot . The first directory that's owned by the user and has the file we're looking for wins. Windows skips the owned-by-user test.
|
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.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Nov 21 16:22:45 2012 | http://epydoc.sourceforge.net |