class Test(): def __init__(self,age): self.age=age def __getattribute__(self,attribute): print("Initializing getattribute") ret