In Python callabel returns False for classmethods and staticmethods

后端 未结 0 1342
傲寒
傲寒 2021-02-13 18:22

I executed the following Python code :

class C :
    def m1(self) : print (\'method m1\')
    def m2(self) : print (\'method m2\')
    @classmethod
    def m3(cls         


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