Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_numbers_list
Method
test_numbers_list
t/unit/utils/test_saferepr.py:129–130 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
127
assert saferepr(D_NUMBERS) == old_repr(D_NUMBERS)
128
129
def
test_numbers_list(self):
130
assert saferepr(L_NUMBERS) == old_repr(L_NUMBERS)
131
132
def
test_numbers_keys(self):
133
assert saferepr(D_INT_KEYS) == old_repr(D_INT_KEYS)
Callers
nothing calls this directly
Calls
2
saferepr
Function · 0.90
old_repr
Function · 0.85
Tested by
no test coverage detected