What is a class method?

Paulo da Silva psdasilva.nospam at netcabonospam.pt
Sun Aug 22 22:49:56 EDT 2010


I understand the concept of a static method.
However I don't know what is a class method.
Would anybody pls. explain me?

class C:
	@classmethod
	def ...
		...

Thanks



More information about the Python-list mailing list