Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_numbers_dict
Method
test_numbers_dict
t/unit/utils/test_saferepr.py:126–127 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
124
assert saferepr(value) == old_repr(value)
125
126
def
test_numbers_dict(self):
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)
Callers
nothing calls this directly
Calls
2
saferepr
Function · 0.90
old_repr
Function · 0.85
Tested by
no test coverage detected