Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Public Member Functions | Public Attributes

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.


Constructor & Destructor Documentation

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

Definition at line 372 of file ProcessJobOptions.py.

00373                      :
00374         sys.path = self.old_path


Member Data Documentation

Definition at line 369 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 Thu Jun 28 2012 23:27:54 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004