gingerbread.utils package#
Submodules#
gingerbread.utils.helpers module#
- gingerbread.utils.helpers.timer(orig_func: Callable)#
This is custom timer decorator. :param orig_func: The orig_func is the python function which is decorated. :type orig_func: object
- Returns:
elapsed runtime for the function.
- Return type:
type