Class Methods (as opposed to Instance Methods)

Fredrik Lundh fredrik at pythonware.com
Fri Aug 20 08:17:03 EDT 1999


Olivier Deckmyn <olivier.deckmyn at mail.dotcom.fr> wrote:
> I play with Python while a few now (1 month).
> 
> My programer background is ObjectPascal, C++ and SmallTalk.
> 
> There is an "object-feature" I am not able to reproduce with Python : class
> method. As opposed to instance methods, theese should apply to classes.

python doesn't have class methods.  on the other
hand,  it makes very little sense to use them, when
you have to put all your code in modules anyway...

</F>





More information about the Python-list mailing list