MCPcopy
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
95class _nulldict(dict):
96 def ignore(self, *a, **kw):
97 pass
98
99 __setitem__ = update = setdefault = ignore
100
101
102def _is_request_ignore_result(request):

Callers 2

test_nulldictMethod · 0.90
__init__Method · 0.85

Calls

no outgoing calls

Tested by 1

test_nulldictMethod · 0.72