Is it possible to split a class definition?

Lawrence Oluyede rhymes at myself.com
Wed Jun 21 18:21:04 EDT 2006


<jerry.levan at gmail.com> wrote:

> Is it possible to split a Class definition over two or more text files?
> (if so, how:)

There's no partial types like in .NET 2.0 but since Python is dynamic
you can add members at runtime :-)

-- 
Lawrence - http://www.oluyede.org/blog
"Nothing is more dangerous than an idea
if it's the only one you have" - E. A. Chartier



More information about the Python-list mailing list