Standalone Python functions in UML?

bruno at modulix onurb at xiludom.gro
Tue Apr 4 12:46:43 EDT 2006


Philippe Martin wrote:
> Roman Susi wrote:
> 
(snip)

>>More theoretical question is if I create classes on the fly, how UML can
>>reflect that?
> 
> 
> You mean objects I think:

Yes : class objects !-)

Python's classes *are* objects. And you can create new classes at runtime.

(snip)
-- 
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