misc_utils

General helper functions with no Jupyter or pystata dependence

source

Timer

 Timer ()

Initialize self. See help(type(self)) for accurate signature.

with Timer():
    print()

Elapsed time: 0.0001 seconds

source