Skip to content
Snippets Groups Projects
Commit b0d975e2 authored by Erik Johnston's avatar Erik Johnston
Browse files

Comments

parent e54d7d53
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,9 @@ MAX_STATE_DELTA_HOPS = 100 ...@@ -31,6 +31,9 @@ MAX_STATE_DELTA_HOPS = 100
class _GetStateGroupDelta(namedtuple("_GetStateGroupDelta", ("prev_group", "delta_ids"))): class _GetStateGroupDelta(namedtuple("_GetStateGroupDelta", ("prev_group", "delta_ids"))):
"""Return type of get_state_group_delta that implements __len__, which lets
us use the itrable flag when caching
"""
__slots__ = [] __slots__ = []
def __len__(self): def __len__(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment