Search code examples
pythongetattribute

Which Python special methods bypass the object's `__getattribute__` on lookup?


Which Python special methods bypass the object's __getattribute__ on lookup? See special method lookup.


Solution

  • As poke says, the answer is for all methods.