macropy
macropy copied to clipboard
Pre-runtime deprecation warning
I would like to have the ability to perform deprecation warning checks during static analysis To do this I was thinking about a "case" like decorator that, instead of replacing the code, simply raise an exception
unfortunately this project isn't maintained at the moment