Martin Höfling:
> is it possible to put the methods of a class in different files? I just
> want to order them and try to keep the files small.

Well, you can create one or more modules filled with nude methods, and
you can define a class inside another module, and then add the methods
to this last class using a little helper function.

Bye,
bearophile

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to