Home | Trees | Index | Help |
---|
Package twisted :: Package tap :: Module manhole :: Class Options |
|
UserDict
--+ |Options
--+ | Options
Method Summary | |
---|---|
(inherited from Options )
| |
(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 )
| |
Display this help and exit. (inherited from Options )
| |
opt_p(self,
opt)
| |
Required. | |
opt_port(self,
opt)
| |
(inherited from Options )
| |
Required. | |
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 |
optParameters
|
str |
synopsis
|
Method Details |
---|
opt_password(self, password)Required. '-' will prompt or read a password from stdin. |
opt_w(self, password)Required. '-' will prompt or read a password from stdin. |
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
|
synopsis
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:53 2003 | http://epydoc.sf.net |