python-decopatch
python-decopatch copied to clipboard
Check that can decorate all
From D. Mertz feedback:
One of the nice things in wrapt is that Dumpleton lets you use the same decorator for functions, regular methods, static methods, and class methods. Does yours handle that sort of "polymorphism"?
Let's add a test to ensure that it is true