Welcome to deprecate’s documentation!¶
Contents:
about deprecate¶
The deprecate library provides decorators and primitives to support API deprecation and experimentation.
The goal is to support rich and documenting deprecation of API’s as projects move towards new needs.
Basics¶
TODO!!
Api¶
Based on https://wiki.python.org/moin/PythonDecoratorLibrary#Generating_Deprecation_Warnings
-
deprecate.
deprecated
(func)¶ Mark deprecated functions with this decorator.
Attention! Use it as the closest one to the function you decorate.