Calling a python decorator with args directly (i.e. not wrapping another function)

后端 未结 0 719
不知归路
不知归路 2021-01-20 22:42

Suppose I have a decorator which itself can take arguments, something like this:


def my_decorator_with_args(decorator_arg)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题