core.options (version 0.1, 23 April 2003)
index
e:\bothans\core\options.py

Configuration file options parsing (core specific)

 
Modules
            
common
 
Classes
            
common.options.OptionsParser
CoreOptionsParser
 
class CoreOptionsParser(common.options.OptionsParser)
       
   Methods defined here:
__call__(self)
__init__(self, fname='conf/core.conf')

Data and non-method functions defined here:
__doc__ = None
__module__ = 'core.options'

Methods inherited from common.options.OptionsParser:
__getattr__(self, attr)
__str__(self)
parseCfgFile(self)
stop(self)
writeCfgFile(self)
 
Data
             __author__ = 'David Ferlier <david@netbsd-fr.org>'
__date__ = '23 April 2003'
__file__ = r'e:\bothans\core\options.pyc'
__license__ = 'This file is part of Bothans\n\n Bothans is fre...lace, Suite 330, Boston, MA 02111-1307 USA\n '
__name__ = 'core.options'
__status__ = 'beta'
__version__ = '0.1'
 
Author
             David Ferlier <david@netbsd-fr.org>