I want to override my Python class\'s __getattribute__ and __setattr__ methods. My use case is the usual one: I have a few special names that I wan
__getattribute__
__setattr__
SomeSuperclass.__setattr__(self, name, value) ?
SomeSuperclass.__setattr__(self, name, value)