misc_utils

General helper functions with no Jupyter or pystata dependence

source

Timer


def Timer(
    args:VAR_POSITIONAL, kwargs:VAR_KEYWORD
):

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

with Timer():
    print()

Elapsed time: 0.0001 seconds

source