Home | Trees | Index | Help |
|
---|
Package twisted :: Package scripts :: Module coil :: Class Options |
|
UserDict
--+ |Options
--+ | Options
Method Summary | |
---|---|
parseArgs(self,
tapFile)
| |
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. | |
| |
| |
| |
| |
Display this help and exit. | |
| |
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(...)
|
Class Variable Summary | |
---|---|
list |
optFlags = [['localhost', 'l']]
|
list |
optParameters = [['new', 'n', None], ['port', 'p', 9080]...
|
str |
synopsis = 'Usage:\n\n coil [--new=<application name>] ...
|
Inherited from Options | |
NoneType |
defaultSubCommand = None |
NoneType |
parent = None |
NoneType |
subCommand = None |
Method Details |
---|
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
|
synopsis
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:21:17 2003 | http://epydoc.sf.net |