On Tue, Aug 18, 2009 at 2:45 PM, naveen <naveen.g...@gmail.com> wrote:

> Is it possible to split up a class definition over multiple files?
> -


Answer in short, I don't think so.

 Now why would you want to do that?

There is another solution - have a main class for shared methods, and have
other classes [in different files, perhaps] inherit from it.

Cheers,
Xav
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to