def __getattr__()

in hps.py [0:0]


    def __getattr__(self, attr):
        try:
            return self[attr]
        except KeyError:
            return None