In <[EMAIL PROTECTED]>, 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 -- http://mail.python.org/mailman/listinfo/python-list