ATLAS Offline Software
Classes | Namespaces | Functions | Variables
Include.py File Reference

Go to the source code of this file.

Classes

class  python.Include.IncludeError
 
class  python.Include.Include
 

Namespaces

 python.Include
 

Functions

def python.Include.basename2 (fn)
 files inclusion -------------------------------------------------------— More...
 

Variables

string python.Include.__version__ = '1.3.0'
 data ------------------------------------------------------------------— More...
 
string python.Include.__author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)'
 
list python.Include.__all__
 
string python.Include.marker = ' -+-'
 
string python.Include.__marker__ = ' -+-'
 
string python.Include.silentMarker = ' '
 
string python.Include.activeMarker = 'A'
 
string python.Include.tracedMarker = 'T'
 
string python.Include.callMarker = 'C'
 
string python.Include.returnMarker = 'R'
 
string python.Include.lineMarker = '%3d'
 
string python.Include.fidMarker = '%2d'
 
list python.Include.excludeTracePattern
 
list python.Include.includeTracePattern
 
 python.Include.log = Logging.logging.getLogger( 'Athena' )
 
 python.Include.optionsPathEnv = os.curdir
 
 python.Include.optionsPath = re.split( ',|' + os.pathsep, optionsPathEnv )
 
dictionary python.Include._filecache = {}
 
dictionary python.Include._linecache = {}
 
dictionary python.Include._notrcache = {}
 
 python.Include.include = Include(show = False)