Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

ProcessJobOptions::_TempSysPath Class Reference

List of all members.

Public Member Functions

def __init__
def __del__

Public Attributes

 old_path


Detailed Description

Definition at line 368 of file ProcessJobOptions.py.


Member Function Documentation

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

Definition at line 369 of file ProcessJobOptions.py.

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

def ProcessJobOptions::_TempSysPath::__del__ (   self  ) 

Definition at line 372 of file ProcessJobOptions.py.

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


Member Data Documentation

Definition at line 370 of file ProcessJobOptions.py.


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

Generated at Wed Mar 17 18:22:25 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004