Question about accessing class-attributes.

Michele Simionato mis6 at pitt.edu
Fri May 2 11:17:36 EDT 2003


I forgot ...

for bound methods the equivalence would be

super(A,c).m() <=> super(A,C).__superclass__.m(c) <=> B.m(c) where c=C()

i.e super automatically bind methods to instances when it is called
with the bound form.




More information about the Python-list mailing list