Standalone Python functions in UML?

Roman Susi rnd at onego.ru
Wed Apr 5 14:59:58 EDT 2006


Marc 'BlackJack' Rintsch wrote:
> In <mailman.4054.1144138640.27775.python-list at python.org>, Roman Susi
> wrote:
> 
> 
>>Out of curiosity, how do I draw functions outside classes with UML? How 
>>module could be drawn in this case?
> 
> 
> I just create a (UML) class for modules.  After all a Python module can be
> seen as a class definition for a singleton which is instantiated at import
> time.

Thanks. That was precise answer to one of the questions.

I am not able to answer to everyone, but I see it really boils down to
UMLs restricted nature. That is quite ok.

> 
> Ciao,
> 	Marc 'BlackJack' Rintsch

Sy,
Roman



More information about the Python-list mailing list