class super method

George Sakkis george.sakkis at gmail.com
Mon Mar 31 18:58:37 EDT 2008


On Mar 31, 6:25 pm, gigs <g... at hi.t-com.hr> wrote:
> is there any tutorial for super method (when/how to use it)?
>
> or maybe someone could explain me how it works?
>
> thx

Super is one of the dark corners of the language [1,2]... a good rule
of thumb is to stay away from it, or at least stick to its basic
usage.

George


[1] http://www.phyast.pitt.edu/~micheles/python/super.html
[2] http://fuhm.net/super-harmful/



More information about the Python-list mailing list