module documentation

Undocumented

Function deprecated Warn a user once that a function has been deprecated If old is not specified, func.__name__ is used as the old name
def deprecated(new: str, old: Optional[str] = None): (source)

Warn a user once that a function has been deprecated If old is not specified, func.__name__ is used as the old name