I want to override the __getattr__
method on a class to do something fancy but I don’t want to break the default behavior.
What’s the correct way to do this?
I want to override the __getattr__
method on a class to do something fancy but I don’t want to break the default behavior.
What’s the correct way to do this?