Archive for the ‘staticmethod’ tag
Python @staticmethod vs @classmethod
There are two predefined decorators in Python: @staticmethod and @classmethod.
I’m somewhat confused. For someone who has a shallow Java background, static method and class method are just the same.
See this for short.
And see Python PEP and manuals for details.