1211
1211
def get_known_graph_ancestry(self, keys):
1212
1212
"""Get a KnownGraph instance with the ancestry of keys."""
1213
1216
parent_map, missing_keys = self._index._graph_index.find_ancestry(keys,
1215
1225
kg = _mod_graph.KnownGraph(parent_map)