options
index
/home/amundson/work/Layer-allintel/options.py

 
Modules
            
string
sys
 
Classes
            
Options
_option
 
class Options
       
   Methods defined here:
__init__(self, name)
add(self, option, default_value, doc_string, val_type=None)
add_suboptions(self, suboptions)
get_value(self, option)
has_option(self, option)
options(self, include_suboptions=1)
parse_argv(self, argv)
set_value(self, option, value)
usage(self)
usage_error(self, unknown_argument)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'options'
 
class _option
       
   Methods defined here:
__init__(self, default_value, doc_string, val_type=None)
get_value(self)
set_value(self, value)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'options'
 
Data
             __file__ = '/home/amundson/work/Layer-allintel/options.pyc'
__name__ = 'options'