def all(self):
    if not self.cfg: self.load()
    return self.cfg.items()