Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

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::__del__ (   self  ) 

Definition at line 372 of file ProcessJobOptions.py.

00373                      :
00374         sys.path = self.old_path

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

Definition at line 369 of file ProcessJobOptions.py.

00370                                 :
00371         self.old_path = sys.path
        sys.path = new_path


Member Data Documentation

Definition at line 370 of file ProcessJobOptions.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:33:52 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004