Gaudi Framework, version v20r4

Generated: 8 Jan 2009

ProcessJobOptions::_TempSysPath Class Reference

List of all members.


Detailed Description

Definition at line 366 of file ProcessJobOptions.py.


Public Member Functions

def __init__
def __del__

Public Attributes

 old_path

Member Function Documentation

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

Definition at line 367 of file ProcessJobOptions.py.

00367                                 :
00368         self.old_path = sys.path
00369         sys.path = new_path
    def __del__(self):

def ProcessJobOptions::_TempSysPath::__del__ (   self  ) 

Definition at line 370 of file ProcessJobOptions.py.

00370                      :
00371         sys.path = self.old_path
00372 
_parser = JobOptsParser()


Member Data Documentation

Definition at line 368 of file ProcessJobOptions.py.


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

Generated at Thu Jan 8 17:54:16 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004