Signature-based Function Overloading in Python

alex23 wuwei23 at gmail.com
Sat Feb 27 04:00:00 EST 2010


Michael Rudolf <spamfres... at ch3ka.de> wrote:
> In Java, Method Overloading is my best friend

Guido wrote a nice article[1] on "multimethods" using decorators,
which Ian Bicking followed up on[2] with a non-global approach.

1: http://www.artima.com/weblogs/viewpost.jsp?thread=101605
2: http://blog.ianbicking.org/more-on-multimethods.html



More information about the Python-list mailing list