type.__getattribute__ and object.__getattribute__ are different
Calling object.__getattribute__ on a class will skip the normal special type attribute-lookup rules (checking base classes, executing descriptors).
Showing
test/tests/class_getattr.py
0 → 100644
test/tests/class_setattr.py
0 → 100644
Please register or sign in to comment