ATLAS Offline Software
Loading...
Searching...
No Matches
Include.py File Reference

Go to the source code of this file.

Classes

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

Namespaces

namespace  python
namespace  python.Include

Functions

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

Variables

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