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