Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #30850 > unrolled thread

Re: instance.attribute lookup

Started byChristian Heimes <christian@python.org>
First post2012-10-06 01:26 +0200
Last post2012-10-06 01:26 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: instance.attribute lookup Christian Heimes <christian@python.org> - 2012-10-06 01:26 +0200

#30850 — Re: instance.attribute lookup

FromChristian Heimes <christian@python.org>
Date2012-10-06 01:26 +0200
SubjectRe: instance.attribute lookup
Message-ID<mailman.1880.1349479604.27098.python-list@python.org>
Am 05.10.2012 19:39, schrieb Ethan Furman:
> I'm thinking step 1 is flat-out wrong and doesn't exist.  Does anybody
> know otherwise?

The answer is confusing and also wrong. For instance it ignores the
existence of __slots__, metaclasses and the different lookup strategy of
__special__ methods in old style and new style classes.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web