OutOfCoreDriver Class Reference

takes a command string of an executable file as an argument and then can be used as a callable function with the 'Command' class More...

List of all members.

Public Member Functions

def __init__
def __str__
def __repr__
def getCmnd
def __call__
 call performs a system call and execute the file given by self.getCmnd() passed all of args and kargs as string parameters on the command line
def format
 creates a dictionary with the key "cmnd" which is a string of all the


Detailed Description

takes a command string of an executable file as an argument and then can be used as a callable function with the 'Command' class

Definition at line 47 of file ooc_driver.py.


Member Function Documentation

def __init__ (   self,
  cmndstr 
)

Definition at line 50 of file ooc_driver.py.

def __str__ (   self  ) 

Definition at line 55 of file ooc_driver.py.

def __repr__ (   self  ) 

Definition at line 58 of file ooc_driver.py.

def getCmnd (   self  ) 

Definition at line 61 of file ooc_driver.py.

def __call__ (   self,
  p,
  k 
)

call performs a system call and execute the file given by self.getCmnd() passed all of args and kargs as string parameters on the command line

Definition at line 70 of file ooc_driver.py.

def format (   self,
  nodename,
  params,
  kparams 
)

creates a dictionary with the key "cmnd" which is a string of all the

Definition at line 79 of file ooc_driver.py.


The documentation for this class was generated from the following file:

Generated on Sun Aug 10 09:11:11 2008 for SLIMpy by  doxygen 1.5.6