Getting control when a function is called in Python

后端 未结 0 496
暖寄归人
暖寄归人 2020-12-30 03:32

I\'d like to get control when a function is called in Python without modifying the source program, e.g., when calling test()

def test(i : int, s: str) -> i         


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