def __enter__(self): self._file = open(self.filename, 'rU', encoding="utf-8") return yaml.load_all(self._file)