def safe_get(self, value): try: return self.__getattr__(value) except cfg.NoSuchOptError: return None