The Gaudi Framework  master (594c33fa)
GaudiKernel.ProcessJobOptions._TempSysPath Class Reference

Public Member Functions

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

Public Attributes

 old_path
 

Detailed Description

Definition at line 471 of file ProcessJobOptions.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 472 of file ProcessJobOptions.py.

472  def __init__(self, new_path):
473  self.old_path = sys.path
474  sys.path = new_path
475 

◆ __del__()

def GaudiKernel.ProcessJobOptions._TempSysPath.__del__ (   self)

Definition at line 476 of file ProcessJobOptions.py.

476  def __del__(self):
477  sys.path = self.old_path
478 
479 

Member Data Documentation

◆ old_path

GaudiKernel.ProcessJobOptions._TempSysPath.old_path

Definition at line 473 of file ProcessJobOptions.py.


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