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