Contents:
deprecated(func_or_cls)
deprecated
Print a deprecation warning once on first use of the function.
deprecated_replace_with(replacement)
deprecated_replace_with
>>> @deprecated ... def f(): ... pass >>> f() f is deprecated