How to reset a global variable and pass it to Decorator

前端 未结 0 976
小蘑菇
小蘑菇 2021-01-29 08:42

How can I pass the latest value of A and B to Decorator ?

I have to following code,

A = "orginary"
B = "guy"

def caller_func(**kwargs)         


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