> 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 :)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to