Home | Trees | Index | Help |
---|
Package twisted :: Package scripts :: Module trial :: 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 )
| |
TestCase to test | |
Filename of module to test | |
Filename of module to test | |
Display this help and exit. (inherited from Options )
| |
Module to test | |
Module to test | |
Package to test | |
Package to test | |
TestCase to test | |
(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 )
| |
Gather up boolean (flag) options. (inherited from Options )
| |
Gather up options with their own handler methods. (inherited from Options )
| |
Gather options which take a value. (inherited from Options )
| |
(inherited from Options )
| |
(inherited from Options )
|
Class Variable Summary | |
---|---|
list |
optFlags
|
list |
optParameters
|
Method Details |
---|
opt_c(self, case)TestCase to test |
opt_f(self, filename)Filename of module to test |
opt_file(self, filename)Filename of module to test |
opt_m(self, module)Module to test |
opt_module(self, module)Module to test |
opt_p(self, package)Package to test |
opt_package(self, package)Package to test |
opt_testcase(self, case)TestCase to test |
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 |
---|
optParameters
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:46 2003 | http://epydoc.sf.net |