Classes | |
class | IncludeError |
class | Include |
Functions | |
def | basename2 |
Variables | |
string | __version__ = '1.3.0' |
string | __author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)' |
list | __all__ |
string | marker = ' -+-' |
string | __marker__ = ' -+-' |
string | silentMarker = ' ' |
string | activeMarker = 'A' |
string | tracedMarker = 'T' |
string | callMarker = 'C' |
string | returnMarker = 'R' |
string | lineMarker = '%3d' |
string | fidMarker = '%2d' |
list | excludeTracePattern |
list | includeTracePattern = [ ] |
tuple | log = logging.getLogger( 'NuWa' ) |
list | optionsPathEnv = os.environ[ 'JOBOPTPATH' ] |
optionsPathEnv = os.curdir | |
tuple | optionsPath = re.split( ',|' + os.pathsep, optionsPathEnv ) |
dictionary | _filecache = {} |
dictionary | _linecache = {} |
dictionary | _notrcache = {} |
tuple | include = Include() |
def DybPython::Include::basename2 | ( | fn | ) |
Definition at line 68 of file Include.py.
00068 : 00069 return os.path.join( os.path.basename( os.path.dirname( fn ) ), os.path.basename( fn ) ) 00070 _filecache = {}
string DybPython::Include::__version__ = '1.3.0' [static] |
Definition at line 20 of file Include.py.
string DybPython::Include::__author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)' [static] |
Definition at line 21 of file Include.py.
list DybPython::Include::__all__ [static] |
Initial value:
[ 'include', 'marker', 'lineMarker', 'fidMarker', 'callMarker', 'returnMarker', 'activeMarker', 'silentMarker', 'tracedMarker', 'tracePattern' ]
Definition at line 23 of file Include.py.
string DybPython::Include::marker = ' -+-' [static] |
Definition at line 27 of file Include.py.
string DybPython::Include::__marker__ = ' -+-' [static] |
Definition at line 28 of file Include.py.
string DybPython::Include::silentMarker = ' ' [static] |
Definition at line 29 of file Include.py.
string DybPython::Include::activeMarker = 'A' [static] |
Definition at line 30 of file Include.py.
string DybPython::Include::tracedMarker = 'T' [static] |
Definition at line 31 of file Include.py.
string DybPython::Include::callMarker = 'C' [static] |
Definition at line 32 of file Include.py.
string DybPython::Include::returnMarker = 'R' [static] |
Definition at line 33 of file Include.py.
string DybPython::Include::lineMarker = '%3d' [static] |
Definition at line 34 of file Include.py.
string DybPython::Include::fidMarker = '%2d' [static] |
Definition at line 35 of file Include.py.
list DybPython::Include::excludeTracePattern [static] |
Initial value:
[ '*/GaudiPython/*', '*/GaudiKernel/*', # Gaudi framework files '*/InstallArea/*/DybPython/*', # NuWa framework files '*/python%d.%d/*' % sys.version_info[:2], # python system '*/InstallArea/python/*/*Conf.py' ]
Definition at line 38 of file Include.py.
list DybPython::Include::includeTracePattern = [ ] [static] |
Definition at line 45 of file Include.py.
tuple DybPython::Include::log = logging.getLogger( 'NuWa' ) [static] |
Definition at line 50 of file Include.py.
list DybPython::Include::optionsPathEnv = os.environ[ 'JOBOPTPATH' ] [static] |
Definition at line 58 of file Include.py.
DybPython::Include::optionsPathEnv = os.curdir [static] |
Definition at line 60 of file Include.py.
tuple DybPython::Include::optionsPath = re.split( ',|' + os.pathsep, optionsPathEnv ) [static] |
Definition at line 62 of file Include.py.
dictionary DybPython::Include::_filecache = {} [static] |
Definition at line 71 of file Include.py.
dictionary DybPython::Include::_linecache = {} [static] |
Definition at line 72 of file Include.py.
dictionary DybPython::Include::_notrcache = {} [static] |
Definition at line 73 of file Include.py.
tuple DybPython::Include::include = Include() [static] |
Definition at line 271 of file Include.py.