Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_nulldict
Method
test_nulldict
t/unit/backends/test_base.py:57–61 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
55
class
test_nulldict:
56
57
def
test_nulldict(self):
58
x = _nulldict()
59
x[
'foo'
] = 1
60
x.update(foo=1, bar=2)
61
x.setdefault(
'foo'
, 3)
62
63
64
class
test_serialization:
Callers
nothing calls this directly
Calls
3
_nulldict
Class · 0.90
update
Method · 0.45
setdefault
Method · 0.45
Tested by
no test coverage detected