Partial classes

Bruno Desthuilliers onurb at xiludom.gro
Wed Jul 19 10:25:04 EDT 2006


John Salerno wrote:
> Marc 'BlackJack' Rintsch wrote:
> 
>> Can you flesh out your use case a little bit and tell why you can't solve
>> the problem with inheritance or a meta class?
> 
> 
> From my experience with C#, the only real use for partial classes is
> when you want to separate your GUI code from the rest of your logic.

What the ... is GUI code doing in a domain object ???



-- 
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