I executed the following Python code :
class C : def m1(self) : print (\'method m1\') def m2(self) : print (\'method m2\') @classmethod def m3(cls