Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_numbers_keys
Method
test_numbers_keys
t/unit/utils/test_saferepr.py:132–133 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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)
134
135
def
test_text(self):
136
assert saferepr(D_TEXT) == old_repr(D_TEXT).replace(
"u'"
,
"'"
)
Callers
nothing calls this directly
Calls
2
saferepr
Function · 0.90
old_repr
Function · 0.85
Tested by
no test coverage detected