Methods calling : Method : Class PYTHON TUTORIALS


PYTHON TUTORIALS » Class » Method »

 

Methods calling


class MyClass(object):
    def myNoActionMethod(self):
        pass

mc = MyClass()
mc.myNoActionMethod()



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Class
» Method