kedro.extras.decorators¶
Description
kedro.extras.decorators
provides Node/Pipeline Decorators.
Node/Pipeline Decorators
kedro.extras.decorators.retry_node.retry ([…]) |
Catches exceptions from the wrapped function at most n_times and then bundles and propagates them. |
kedro.extras.decorators.memory_profiler.mem_profile (func) |
A function decorator which profiles the memory used when executing the function. |