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