Access to C functions from a python class using self ?

Roy Smith roy at panix.com
Mon Dec 30 08:31:22 EST 2002


christophe grimault <christophe.grimault at novagrid.com> wrote:
> These classes have, say, a constructor and 5 to 30 methods.

I know this is a bit off your original topic, but what kind of class are 
you building that has 30 methods.  That's a lot of methods!  My guess is 
that if you've got 30 methods in your class, it may make more sense to 
break it down into several smaller classes, each of which does less.



More information about the Python-list mailing list