Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ ignore
Method
ignore
celery/backends/base.py:96–97 ·
view source on GitHub ↗
(self, *a, **kw)
Source
from the content-addressed store, hash-verified
94
95
class
_nulldict(dict):
96
def
ignore(self, *a, **kw):
97
pass
98
99
__setitem__ = update = setdefault = ignore
100
Callers
1
process_initializer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected