Fix: Using functools.wraps decorator for the report_timing method, so it keeps the...
This is a small fix.
Using functools.wraps
decorator for the report_timing method, so it keeps the signature and docstring of the wrapped object.
This is a small fix.
Using functools.wraps
decorator for the report_timing method, so it keeps the signature and docstring of the wrapped object.