On Sun, Jun 23, 2013 at 12:50 PM, Steven D'Aprano <steve+comp.lang.pyt...@pearwood.info> wrote: > What else would you call a function that does lookups on the current > object's superclasses?
Well, as James Knight points out in the "Super Considered Harmful" article, the equivalent in Dylan is called "next-method", which isn't a valid identifier in Python but seems like a reasonable starting point. -- http://mail.python.org/mailman/listinfo/python-list