MCPcopy
hub / github.com/celery/celery / items

Method items

t/unit/backends/test_base.py:821–822  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

819 return self._mapping_data.keys()
820
821 def items(self):
822 return self._mapping_data.items()
823
824 callback = MockCallback(spec=spec)
825 callback.task = task_name

Callers 15

test_crudMethod · 0.45
_value_or_mockMethod · 0.45
__new__Method · 0.45
test_iterMethod · 0.45
test_itemsMethod · 0.45
test_saferepr.pyFile · 0.45
test_get_manyMethod · 0.45
test_backendsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected