Does python support multi prototype.

Matteo Dell'Amico della at toglimi.linux.it
Wed Aug 4 07:51:56 EDT 2004


angel wrote:
> Java and cpp support one function name multi function prototype.
[...]
> Does python support it?

Not natively, but - if you really need them - there are modules that 
make them possible.

Have a look at 
http://gnosis.cx/publish/programming/charming_python_b12.html , and 
maybe at 
http://codespeak.net/pypy/index.cgi?doc/objspace/multimethod.html too.

-- 
Ciao,
Matteo



More information about the Python-list mailing list