On Sun, Jun 23, 2013 at 12:50 PM, Steven D'Aprano <[email protected]> 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
