core.system (version 0.1, 07 May 2003)
index
e:\bothans\core\system.py

CoreSys class, handles signals, reads options ..

 
Modules
            
common
core.config
logging
core.options
signal
socket
sys
time
 
Classes
            
CoreSys
 
class CoreSys
       
   Methods defined here:
__init__(self)
installSigs(self, handle)
parseOptions(self)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'core.system'
 
Functions
            
hostname()
Returns the hostname of the current machine
 
Data
             __author__ = 'David Ferlier <david@netbsd-fr.org>'
__date__ = '07 May 2003'
__file__ = r'e:\bothans\core\system.pyc'
__license__ = 'This file is part of Bothans\n Bothans is free...lace, Suite 330, Boston, MA 02111-1307 USA\n '
__name__ = 'core.system'
__status__ = 'beta'
__version__ = '0.1'
log = <logging.Logger instance at 0x008783E8>
 
Author
             David Ferlier <david@netbsd-fr.org>