Is there any problem in calling a static method from type name in python?

后端 未结 0 1410
一整个雨季
一整个雨季 2020-12-07 16:48

Should I be aware of any problem that could arise from doing this?

Example:

class A(object):
    def __init__(self, a):
        self.a = a
    
    @st         


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