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
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