ATLAS Offline Software
|
Classes | |
class | Context |
Functions | |
def | shortCallStack () |
def | createContextForDeduplication (message, compName, destContext) |
def | raiseWithCurrentContext (exception) |
def python.DebuggingContext.createContextForDeduplication | ( | message, | |
compName, | |||
destContext | |||
) |
Definition at line 40 of file DebuggingContext.py.
def python.DebuggingContext.raiseWithCurrentContext | ( | exception | ) |
Raises the exception with the message supplemented with context information
Definition at line 44 of file DebuggingContext.py.
def python.DebuggingContext.shortCallStack | ( | ) |
Obtains (a very abbreviated) context of the current call stack (from the top, excluding the code using this function)
Definition at line 29 of file DebuggingContext.py.