Standalone Python functions in UML?

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Wed Apr 5 02:14:18 EDT 2006


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.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list