1195
1195
def get_known_graph_ancestry(self, keys):
1196
1196
"""Get a KnownGraph instance with the ancestry of keys."""
1197
1197
parent_map, missing_keys = self._index.find_ancestry(keys)
1201
1201
(f_parent_map, f_missing_keys) = fallback._index.find_ancestry(