| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

ProcessJobOptions::_TempSysPath Class Reference

List of all members.

Public Member Functions

def __init__
def __del__

Public Attributes

 old_path

Detailed Description

Definition at line 369 of file ProcessJobOptions.py.


Member Function Documentation

def ProcessJobOptions::_TempSysPath::__init__ (   self,
  new_path 
)

Definition at line 370 of file ProcessJobOptions.py.

00370                                 :
00371         self.old_path = sys.path
00372         sys.path = new_path
    def __del__(self):

def ProcessJobOptions::_TempSysPath::__del__ (   self  ) 

Definition at line 373 of file ProcessJobOptions.py.

00373                      :
00374         sys.path = self.old_path
00375 
_parser = JobOptsParser()


Member Data Documentation

ProcessJobOptions::_TempSysPath::old_path

Definition at line 371 of file ProcessJobOptions.py.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:20 2011 for GaudiKernel by doxygen 1.4.7