ATLAS Offline Software
Namespaces | Functions | Variables
trfDecorators.py File Reference

Go to the source code of this file.

Namespaces

 python.trfDecorators
 

Functions

def python.trfDecorators.silent (func)
 Redirect stdout/err to /dev/null Useful wrapper to get rid of ROOT verbosity... More...
 
def python.trfDecorators.stdTrfExceptionHandler (func)
 Decorator to wrap a transform in outer try: ... More...
 
def python.trfDecorators.sigUsrStackTrace (func)
 Decorator to dump a stack trace when hit by SIGUSR Note that this decorator has to go inside the stdTrfExceptionHandler Or the general exception catcher catches the SigUser exception. More...
 
def python.trfDecorators.timelimited (timeout=None, retry=1, timefactor=1.5, sleeptime=10, defaultrc=None)
 

Variables

 python.trfDecorators.msg