Hi,
I'm familiar with static method concept, but what is the class method?
how it does differ from static method? when to use it?
--
class M:
 def method(cls, x):
    pass

 method = classmethod(method)
--
Thank you for your time.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to