Call python instance methods, class methods, static methods

--------- instance method must create an instance to call

Class name () method ()

 

Class methods and static methods can be directly ------------ class name. Method name () call can also call the instance method

Guess you like

Origin www.cnblogs.com/wind666/p/11785569.html
Recommended