pymtt
 All Classes Namespaces Files Functions Variables Groups
Public Member Functions | Public Attributes | Private Member Functions | List of all members
ExecuteCmd.ExecuteCmd Class Reference
+ Inheritance diagram for ExecuteCmd.ExecuteCmd:
+ Collaboration diagram for ExecuteCmd.ExecuteCmd:

Public Member Functions

def __init__
 
def print_name
 
def print_options
 
def check_for_slurm_jobids
 Checks stdout, stderr, and also squeue for any hints of a slurm job that was run during the command that was executed. More...
 
def execute
 
- Public Member Functions inherited from BaseMTTUtility.BaseMTTUtility
def __init__
 
def print_name
 

Public Attributes

 options
 

Private Member Functions

def _bool_option
 
def _positive_int_option
 

Detailed Description

Definition at line 94 of file ExecuteCmd.py.

Constructor & Destructor Documentation

def ExecuteCmd.ExecuteCmd.__init__ (   self)

Definition at line 95 of file ExecuteCmd.py.

Member Function Documentation

def ExecuteCmd.ExecuteCmd._bool_option (   self,
  options,
  name 
)
private

Definition at line 109 of file ExecuteCmd.py.

+ Here is the caller graph for this function:

def ExecuteCmd.ExecuteCmd._positive_int_option (   self,
  options,
  name 
)
private

Definition at line 122 of file ExecuteCmd.py.

+ Here is the caller graph for this function:

def ExecuteCmd.ExecuteCmd.check_for_slurm_jobids (   self,
  unique_identifier,
  prev_stdout,
  prev_stderr 
)

Checks stdout, stderr, and also squeue for any hints of a slurm job that was run during the command that was executed.

Definition at line 133 of file ExecuteCmd.py.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def ExecuteCmd.ExecuteCmd.execute (   self,
  options,
  cmdargs,
  testDef,
  quiet = False 
)

Definition at line 175 of file ExecuteCmd.py.

+ Here is the call graph for this function:

def ExecuteCmd.ExecuteCmd.print_name (   self)

Definition at line 100 of file ExecuteCmd.py.

def ExecuteCmd.ExecuteCmd.print_options (   self,
  testDef,
  prefix 
)

Definition at line 103 of file ExecuteCmd.py.

Member Data Documentation

ExecuteCmd.ExecuteCmd.options

Definition at line 97 of file ExecuteCmd.py.


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