431
431
def iter_all_entries(self):
432
432
"""Iterate over all keys within the index
434
:return: An iterable of (index, key, reference_lists, value). There is no
434
:return: An iterable of (index, key, value, reference_lists). There is
436
436
efficient order for the index (in this case dictionary hash order).
438
438
if 'evil' in debug.debug_flags: