Classes | |
class | ConfigError |
class | ModuleCloneError |
Functions | |
def | format_outerframe (number) |
def | format_typename (object) |
def ExceptionHandling.format_outerframe | ( | number | ) |
formats the outer frame 'number' to output like: In file foo.py, line 8: process.aPath = cms.Path(module1*module2) 'number' is the number of frames to go back relative to caller.
Definition at line 13 of file ExceptionHandling.py.
Referenced by SequenceTypes._checkIfBooleanLogicSequenceable(), SequenceTypes._checkIfSequenceable(), Config.Process._placeEndPath(), and Config.Process._placePath().
def ExceptionHandling.format_typename | ( | object | ) |
format the typename and return only the last part
Definition at line 24 of file ExceptionHandling.py.
Referenced by SequenceTypes._checkIfBooleanLogicSequenceable(), and SequenceTypes._checkIfSequenceable().