Script xalt_run_submission_in_py :: Class ExtractXALT
[hide private]
[frames] | no frames]

Class ExtractXALT

source code

object --+
         |
        ExtractXALT

This class extracts the XALT scribe placed in the program or shared library.

Instance Methods [hide private]
 
__init__(self, cmd)
Parse the input path for the xalt record.
source code
 
xaltRecordT(self)
Return the XALT values found in cmd.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, cmd)
(Constructor)

source code 

Parse the input path for the xalt record. If it exists extract the key value pairs and store in a table.

Parameters:
  • cmd - the path to the program or shared library that has (or could have) an XALT record.
Overrides: object.__init__