Re: methods and class methods

2009-03-31 Thread Daniel Fetchinson
> I just learned python programming and is wondering how to change a method to > a class method. class x( object ): @classmethod i_will_be_a_class_method( cls ): pass > Also what are the differences between a method and class method. A class method receives the class as its first argumen

methods and class methods

2009-03-31 Thread Zach Goscha
I just learned python programming and is wondering how to change a method to a class method. Also what are the differences between a method and class method. Thanks in advance - Zach (Freshman student in High school) -- http://mail.python.org/mailman/listinfo/python-list