def __getitem__(self, item): try: return self.cfg.get(self.def_sec, item) except configparser.Error: return None