| Home | Trees | Index | Help |
|
|---|
| Package corebio :: Package utils :: Module deoptparse :: Class DeOption |
|
Option --+
|
DeOption
| Method Summary | |
|---|---|
| Inherited from Option | |
| |
| |
| |
| |
| |
| |
| |
| |
| Class Variable Summary | |
|---|---|
list |
CHECK_METHODS = [<function _check_action at 0x5c7570>, <...
|
NoneType |
choices = None |
dict |
TYPE_CHECKER = {'file_out': <function _check_file_out at...
|
tuple |
TYPES = ('string', 'int', 'long', 'float', 'complex', 'c...
|
| Inherited from Option | |
tuple |
ACTIONS = ('store', 'store_const', 'store_true', 'store_...
|
tuple |
ALWAYS_TYPED_ACTIONS = ('store', 'append')
|
list |
ATTRS = ['action', 'type', 'dest', 'default', 'nargs', '...
|
tuple |
STORE_ACTIONS = ('store', 'store_const', 'store_true', '...
|
tuple |
TYPED_ACTIONS = ('store', 'append', 'callback')
|
| Class Variable Details |
|---|
choices
|
TYPE_CHECKER
|
TYPES
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on | http://epydoc.sf.net |