GaudiKernel.ProcessJobOptions._TempSysPath Class Reference

Public Member Functions

def __init__ (self, new_path)
 
def __del__ (self)
 
def __init__ (self, new_path)
 
def __del__ (self)
 

Public Attributes

 old_path
 

Detailed Description

Definition at line 377 of file ProcessJobOptions.py.

Constructor & Destructor Documentation

def GaudiKernel.ProcessJobOptions._TempSysPath.__init__ (   self,
  new_path 
)

Definition at line 378 of file ProcessJobOptions.py.

378  def __init__(self, new_path):
379  self.old_path = sys.path
380  sys.path = new_path
def GaudiKernel.ProcessJobOptions._TempSysPath.__del__ (   self)
def GaudiKernel.ProcessJobOptions._TempSysPath.__init__ (   self,
  new_path 
)

Definition at line 378 of file ProcessJobOptions.py.

378  def __init__(self, new_path):
379  self.old_path = sys.path
380  sys.path = new_path
def GaudiKernel.ProcessJobOptions._TempSysPath.__del__ (   self)

Member Data Documentation

GaudiKernel.ProcessJobOptions._TempSysPath.old_path

Definition at line 379 of file ProcessJobOptions.py.


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