[Python-Dev] Idea: Dictionary references

Chris Angelico rosuav at gmail.com
Thu Dec 17 22:55:13 EST 2015


On Fri, Dec 18, 2015 at 2:37 PM, Andrew Barnert via Python-Dev
<python-dev at python.org> wrote:
> If __getattribute__ raises an AttributeError (or isn't found, but that only happens in special cases like somehow calling a method on a type that hasn't been constructed)

Wow. How do you do that? Is it possible with pure Python?

ChrisA


More information about the Python-Dev mailing list