Which Python special methods bypass the object's __getattribute__ on lookup? See special method lookup.
__getattribute__
As poke says, the answer is for all methods.