Extend the functionality of the deprecation decorators #2793
WampyCakes
started this conversation in
Suggestions and Proposals
Replies: 1 comment
-
Of course, this is to the extent possible in Python. I purposefully kept this broad as what we will need to deprecate in the future is broad and vague. We must explore our best options for what is possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description of proposed feature
Currently the deprecation decorators can deprecate functions, classes, and parameters. To further our ability to deprecate parts of the library, I propose that we extend this to be able to deprecate whole enums, particular values of enums, and general constants/variables (such as colors).
How can the new feature be used?
Additional comments
cc @AntonBallmaier as he made the original decorators
Beta Was this translation helpful? Give feedback.
All reactions