Attribute auto-calculation upon retrieval
I am trying to make a point object in 3D in python, and I have the following code
Python – Attribute Lookup without triggering `__getattribute__`?
How on earth do you SAFELY lookup an attribute, without triggering either the class OR the metaclass’s __getattribute__
method?