pitcher.config (version 0.1, 10 May 2003)
index
e:\bothans\pitcher\config.py

config for the core

 
Modules
            
common
logging
os
threading
 
Classes
            
Config
exceptions.Exception
FileNotAccessible
 
class Config
       
   Methods defined here:
__init__(self)
addMonitoredService(self, service, target, plugin)
save(self)
stop(self)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'pitcher.config'
 
class FileNotAccessible(exceptions.Exception)
       
   Data and non-method functions defined here:
__doc__ = None
__module__ = 'pitcher.config'

Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)
 
Functions
            
dump(...)
dump(object, file, [binary]) --Write an object in pickle format to the given file
 
If the optional argument, binary, is provided and is true, then the
pickle will be written in binary format, which is more space and
computationally efficient.
load(...)
load(file) -- Load a pickle from the given file
 
Data
             __author__ = 'David Ferlier <david@netbsd-fr.org>'
__date__ = '10 May 2003'
__file__ = r'e:\bothans\pitcher\config.pyc'
__license__ = 'This file is part of Bothans\n\n Bothans is fre...lace, Suite 330, Boston, MA 02111-1307 USA\n '
__name__ = 'pitcher.config'
__status__ = 'alpha'
__version__ = '0.1'
log = <logging.Logger instance at 0x008CB8B8>
 
Author
             David Ferlier <david@netbsd-fr.org>