In <[EMAIL PROTECTED]>, Russell E. Owen
wrote:

> Some problems are intrinsic to UML (for instance it has no concept of 
> linking use case information to other elements). And I don't know of any 
> way to model functions (only classes).

Just model modules as classes and functions as static methods of the
module's class. Modules are objects too and can be seen as singletons.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to