A library to undecorate Python functions, methods, or classes, returning the original callable before any decorators were applied. Version 0.3.0 is the latest; the project is in maintenance mode with no recent releases.
pip install undecoratedVerified import paths — ran on the pinned version, not inferred.
Basic usage: undecorate a decorated function to get the original.
Check the result; if the original function isn't found, consider alternative approaches like storing the original manually.
Verify the function is actually decorated before undecorating to avoid logic errors.
Test on your Python version; if it fails, consider forking or using an alternative library.
No dependency data recorded yet.