Is this the proper way to use a class method?

John Salerno johnjsal at gmail.com
Fri Mar 2 13:51:41 EST 2012


> Oh, but it does get passed, just implicitly. `super()` basically grabs
> `self` magically from its caller, and uses it to bind method calls on
> the magical object returned by `super()`.

Thanks again, now I understand :)



More information about the Python-list mailing list