What is the semantics meaning of 'object'?

Ian Kelly ian.g.kelly at gmail.com
Sun Jun 23 15:09:21 EDT 2013


On Sun, Jun 23, 2013 at 12:50 PM, Steven D'Aprano
<steve+comp.lang.python at 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.



More information about the Python-list mailing list