| Home | Trees | Index | Help |
|---|
| Package twisted :: Package names :: Module tap :: Class Options |
|
UserDict--+ |Options--+ | Options
| Method Summary | |
|---|---|
__init__(self)
| |
(inherited from UserDict)
| |
(inherited from UserDict)
| |
(inherited from UserDict)
| |
I make sure that old style 'optObj.option' access still works. (inherited from Options)
| |
(inherited from UserDict)
| |
(inherited from Options)
| |
(inherited from UserDict)
| |
(inherited from UserDict)
| |
(inherited from UserDict)
| |
(inherited from Options)
| |
(inherited from UserDict)
| |
(inherited from UserDict)
| |
(inherited from UserDict)
| |
(inherited from UserDict)
| |
(inherited from UserDict)
| |
(inherited from UserDict)
| |
(inherited from UserDict)
| |
(inherited from UserDict)
| |
(inherited from UserDict)
| |
Specify the filename of a BIND9 syntax zone definition | |
Display this help and exit. (inherited from Options)
| |
Specify the filename of a Python syntax zone definition | |
Increment verbosity level | |
(inherited from Options)
| |
I am called with any leftover arguments which were not options. (inherited from Options)
| |
The guts of the command-line parser. (inherited from Options)
| |
(inherited from UserDict)
| |
I am called after the options are parsed. | |
(inherited from UserDict)
| |
(inherited from UserDict)
| |
(inherited from UserDict)
| |
| Class Variable Summary | |
|---|---|
list |
optFlags
|
list |
optParameters
|
NoneType |
zonefiles
|
NoneType |
zones
|
| Method Details |
|---|
opt_bindzone(self, filename)Specify the filename of a BIND9 syntax zone definition |
opt_pyzone(self, filename)Specify the filename of a Python syntax zone definition |
opt_verbose(self)Increment verbosity level |
postOptions(self)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 |
|---|
optFlags
|
optParameters
|
zonefiles
|
zones
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:45 2003 | http://epydoc.sf.net |