decorator
decorator copied to clipboard
decorator whether to support decorator partial functions?
I looked at the code and it wasn't supported. Can we add a judgment here that supports partial functions?
src/decorator.py:74
f inspect.isroutine(func):