ATLAS Offline Software
Loading...
Searching...
No Matches
Decorators.py File Reference

Go to the source code of this file.

Namespaces

namespace  python
namespace  python.Decorators

Functions

 python.Decorators._reraise_exception (new_exc, exc_info=None)
 python.Decorators.forking (func)
Callable[[TFunc], TFuncpython.Decorators.deprecate (str reason, *, bool warn_once_per_call=True, bool print_context=False)

Variables

 python.Decorators.log = logging.getLogger(__name__)
 python.Decorators.TFunc = Callable[..., Any]