in utils/interpolation_base.py [0:0]
def from_dict(self, d): for key in d: if hasattr(self, key): self.__setattr__(key, d[key])