intermediate python lesson 4: Class and Static Methods
Changing What A Function Call Does
yt link
There are two other intriguing method decorators built into Python: classmethod and staticmethod
The @classmethod decorator changes method call behavior by passing the class object, not the instance object, ...
philipdevblog.hashnode.dev1 min read