Decorator execution

前端 未结 0 1996
慢半拍i
慢半拍i 2020-12-21 16:27

So I have a jupyter notebook in which I am playing around with python decorators to learn. I typed the following:

def dec(func):
    def inner():
        prin         


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