702
702
# the last thing looked up was a terminal element
703
703
yield (self, ) + key_dict
705
def get_local_parent_map(self, keys, ref_list_num, parent_map,
705
def _find_ancestors(self, keys, ref_list_num, parent_map, missing_keys):
708
707
# The api can be implemented as a trivial overlay on top of
709
708
# iter_entries, it is not an efficient implementation, but it at least