mylogging.helpers module

Helping functions. Also functions from mypythontools copies to avoid collisions.

mylogging.helpers.typechecked_compatible(function)[source]

Turns off type checking for old incompatible python versions.

Mainly for new syntax like list[str] which raise TypeError.