hello
when i define __getattribute_ _ in a class, it is for the class instances
but if i want to have a __getattribute_ _ for class attributes
how can i do that ?
sylvain
when i define __getattribute_ _ in a class, it is for the class instances
but if i want to have a __getattribute_ _ for class attributes
how can i do that ?
sylvain
Comment