Is it possible to split a class definition?

Diez B. Roggisch deets at nospam.web.de
Wed Jun 21 18:45:41 EDT 2006


jerry.levan at gmail.com schrieb:
> Hi,
> 
> Is it possible to split a Class definition over two or more text files?
> (if so, how:)


Not in that sense. But if you must, you can use several classes and then 
a resulting class that inherits from all of these.

Diez



More information about the Python-list mailing list