Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package Cheetah :: Package Utils :: Package optik :: Module option :: Class Option |
|
Instance attributes: _short_opts : [string] _long_opts : [string] action : string type : string dest : string default : any nargs : int const : any callback : function callback_args : (any*) callback_kwargs : { string : any } help : string metavar : string
Class Variable Summary | |
---|---|
tuple |
ACTIONS = ('store', 'store_const', 'store_true', 'store_...
|
list |
ATTRS = ['action', 'type', 'dest', 'default', 'nargs', '...
|
list |
CHECK_METHODS = [<function _check_action at 0x012FF930>,...
|
tuple |
STORE_ACTIONS = ('store', 'store_const', 'store_true', '...
|
dict |
TYPE_CHECKER = {'int': <function check_builtin at 0x012F...
|
tuple |
TYPED_ACTIONS = ('store', 'append', 'callback')
|
tuple |
TYPES = ('string', 'int', 'long', 'float', 'complex')
|
Class Variable Details |
---|
ACTIONS
|
ATTRS
|
STORE_ACTIONS
|
TYPE_CHECKER
|
TYPED_ACTIONS
|
TYPES
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:06 2003 | http://epydoc.sf.net |