![]() |
ATLAS Offline Software
|
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], TFunc] | python.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] | |