Home | Trees | Index | Help |
|
---|
Package twisted :: Package scripts :: Module mktap :: Class FirstPassOptions |
|
GeneralOptions
--+ |UserDict
--+ | | |Options
--+ | FirstPassOptions
Method Summary | |
---|---|
__init__(self)
| |
_reportDebug(self,
info)
| |
_reportProgress(self,
info)
| |
Display this message | |
Display this message | |
I am called with any leftover arguments which were not options. | |
I am called after the options are parsed. | |
Inherited from Options | |
| |
| |
Gather up boolean (flag) options. | |
Gather up options with their own handler methods. | |
Gather options which take a value. | |
| |
| |
| |
| |
| |
The guts of the command-line parser. | |
Inherited from UserDict | |
__cmp__(...)
| |
__contains__(...)
| |
__delitem__(...)
| |
__getitem__(...)
| |
__len__(...)
| |
__repr__(...)
| |
__setitem__(...)
| |
clear(...)
| |
copy(...)
| |
get(...)
| |
has_key(...)
| |
items(...)
| |
iteritems(...)
| |
iterkeys(...)
| |
itervalues(...)
| |
keys(...)
| |
popitem(...)
| |
setdefault(...)
| |
update(...)
| |
values(...)
| |
Inherited from GeneralOptions | |
|
Class Variable Summary | |
---|---|
Inherited from Options | |
NoneType |
defaultSubCommand = None |
NoneType |
parent = None |
NoneType |
subCommand = None |
Inherited from GeneralOptions | |
list |
optFlags = [['xml', 'x', 'DEPRECATED: same as --type=xml...
|
list |
optParameters = [['uid', 'u', 1046, 'The uid to run as.'...
|
str |
synopsis = 'Usage: mktap [options] <command> [command...
|
Method Details |
---|
opt_h(self)Display this message
|
opt_help(self)Display this message
|
parseArgs(self, *rest)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!
|
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.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:21:03 2003 | http://epydoc.sf.net |