common.command (version 0.1, 30 April 2003)
index
e:\bothans\common\command.py

Generic framework to execute commands and take their output

 
Modules
            
os
 
Classes
            
Command
 
class Command
       
   Methods defined here:
__init__(self, command=None)
execCommand(self, command=None)
execCommandIO(self, command=None)
Execute the command "command" if not None, otherwise excute the
command self.__command
Returns stdout + stdin
execCommandIOE(self, command=None)
Execute the command "command" if not None, otherwise excute the
command self.__command
Returns stdout + stdin + stderr

Data and non-method functions defined here:
__doc__ = None
__module__ = 'common.command'
 
Data
             __author__ = 'David Ferlier <david@netbsd-fr.org>'
__date__ = '30 April 2003'
__file__ = r'e:\bothans\common\command.pyc'
__license__ = 'This file is part of Bothans\n\n Bothans is fre...lace, Suite 330, Boston, MA 02111-1307 USA\n '
__name__ = 'common.command'
__status__ = 'mature'
__version__ = '0.1'
 
Author
             David Ferlier <david@netbsd-fr.org>