Home | Trees | Index | Help |
---|
Package twisted :: Package scripts :: Module tkconch :: Class GeneralOptions |
|
UserDict
--+ |Options
--+ | GeneralOptions
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 )
| |
opt_compress(self)
| |
Display this help and exit. (inherited from Options )
| |
opt_identity(self,
i)
| |
opt_localforward(self,
f)
| |
opt_remoteforward(self,
f)
| |
(inherited from Options )
| |
I am called with any leftover arguments which were not options. | |
The guts of the command-line parser. (inherited from Options )
| |
(inherited from UserDict )
| |
I am called after the options are parsed. (inherited from Options )
| |
(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 |
identitys
|
list |
localForwards
|
list |
optFlags
|
list |
optParameters
|
list |
remoteForwards
|
str |
synopsis
|
Method Details |
---|
parseArgs(self, *args)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!
|
Class Variable Details |
---|
identitys
|
localForwards
|
optParameters
|
remoteForwards
|
synopsis
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:41 2003 | http://epydoc.sf.net |