Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ _nulldict
Class
_nulldict
celery/backends/base.py:95–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
94
95
class
_nulldict(dict):
96
def
ignore(self, *a, **kw):
97
pass
98
99
__setitem__ = update = setdefault = ignore
100
101
102
def
_is_request_ignore_result(request):
Callers
2
test_nulldict
Method · 0.90
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_nulldict
Method · 0.72