module utils.trace
Global Variables
- start_time
function out
out(*args)
The print function used by the trace decorator.
Overwrite this function to change the output behavior, eg to use logging instead of print.
function trace
trace(func)
A decorator that logs registration, execution, and completion times of a function.
This file was automatically generated via lazydocs.