Is it possible to split a class definition?

Bruno Desthuilliers onurb at xiludom.gro
Thu Jun 22 04:17:05 EDT 2006


jerry.levan at gmail.com wrote:
> Hi,
> 
> Is it possible to split a Class definition over two or more text files?

Yes, but not directly. Could you tell us why you think you have such a
need ?

> (if so, how:)

Please answer my previous question first !-)

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list