Re: is it possible to dividing up a class in multiple files?
Thanks for your suggestions, precompiling is not an option, cause I can't introduce extra dependencies from a precompiler. > Better yet is to not write huge classes and getting rid of strange > conventions or views that make the problem appear as such. To explain that: > I've never felt the need
is it possible to dividing up a class in multiple files?
Hi there, 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. Regards Martin -- http://mail.python.org/mailman/listinfo/python-list