![]() |
ATLAS Offline Software
|
Classes | |
| class | Include |
| class | IncludeError |
Functions | |
| basename2 (fn) | |
| files inclusion -------------------------------------------------------— | |
Variables | |
| str | __version__ = '1.3.0' |
| data ------------------------------------------------------------------— | |
| str | __author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)' |
| list | __all__ |
| str | marker = ' -+-' |
| str | __marker__ = ' -+-' |
| str | silentMarker = ' ' |
| str | activeMarker = 'A' |
| str | tracedMarker = 'T' |
| str | callMarker = 'C' |
| str | returnMarker = 'R' |
| str | lineMarker = '%3d' |
| str | fidMarker = '%2d' |
| list | excludeTracePattern |
| list | includeTracePattern = [ '*/AthenaCommon/Bootstrap.py' ] |
| log = Logging.logging.getLogger( 'Athena' ) | |
| optionsPathEnv = os.curdir | |
| optionsPath = re.split( ',|' + os.pathsep, optionsPathEnv ) | |
| dict | _filecache = {} |
| dict | _linecache = {} |
| dict | _notrcache = {} |
| include = Include(show = False) | |
Handle Athena options file inclusion. Files are located through the JOBOPTSEARCHPATH envar and globally executed. If requested, files will be traced. Note, however, that this option interferes with pdb and trace.
| python.Include.basename2 | ( | fn | ) |
files inclusion -------------------------------------------------------—
Definition at line 68 of file Include.py.
|
private |
Definition at line 17 of file Include.py.
|
private |
Definition at line 15 of file Include.py.
|
private |
Definition at line 22 of file Include.py.
|
private |
data ------------------------------------------------------------------—
Definition at line 14 of file Include.py.
|
protected |
Definition at line 71 of file Include.py.
|
protected |
Definition at line 72 of file Include.py.
|
protected |
Definition at line 73 of file Include.py.
| str python.Include.activeMarker = 'A' |
Definition at line 24 of file Include.py.
| str python.Include.callMarker = 'C' |
Definition at line 26 of file Include.py.
| list python.Include.excludeTracePattern |
Definition at line 32 of file Include.py.
| str python.Include.fidMarker = '%2d' |
Definition at line 29 of file Include.py.
Definition at line 318 of file Include.py.
| list python.Include.includeTracePattern = [ '*/AthenaCommon/Bootstrap.py' ] |
Definition at line 45 of file Include.py.
| str python.Include.lineMarker = '%3d' |
Definition at line 28 of file Include.py.
| python.Include.log = Logging.logging.getLogger( 'Athena' ) |
Definition at line 50 of file Include.py.
| str python.Include.marker = ' -+-' |
Definition at line 21 of file Include.py.
| python.Include.optionsPath = re.split( ',|' + os.pathsep, optionsPathEnv ) |
Definition at line 62 of file Include.py.
| python.Include.optionsPathEnv = os.curdir |
Definition at line 60 of file Include.py.
| str python.Include.returnMarker = 'R' |
Definition at line 27 of file Include.py.
| str python.Include.silentMarker = ' ' |
Definition at line 23 of file Include.py.
| str python.Include.tracedMarker = 'T' |
Definition at line 25 of file Include.py.