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.
© 2010, liuw. All rights reserved.
.
chsid92(Quote)
chsid92
23 Mar 10 at 23:41