+ 1
Class Methods
I dont inderstand class methods,what are they and what is @classmethod and @staticmethod?
1 Réponse
+ 1
I found the pizza example of realpython helpful:
https://www.geeksforgeeks.org/class-method-vs-static-method-JUMP_LINK__&&__python__&&__JUMP_LINK/
https://realpython.com/instance-class-and-static-methods-demystified/