decorator icon indicating copy to clipboard operation
decorator copied to clipboard

decorator whether to support decorator partial functions?

Open dafu-wu opened this issue 2 years ago • 0 comments

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

dafu-wu avatar Nov 24 '22 02:11 dafu-wu