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


Groups > comp.lang.python > #30850

Re: instance.attribute lookup

From Christian Heimes <christian@python.org>
Subject Re: instance.attribute lookup
Date 2012-10-06 01:26 +0200
References <506F1B69.8030800@stoneleaf.us>
Newsgroups comp.lang.python
Message-ID <mailman.1880.1349479604.27098.python-list@python.org> (permalink)

Show all headers | View raw


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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web