Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_crud
Method · 0.45
_value_or_mock
Method · 0.45
__new__
Method · 0.45
test_get_set_keys_values_items
Method · 0.45
test_iter
Method · 0.45
test_items
Method · 0.45
test_saferepr.py
File · 0.45
test_revoke_by_stamped_headers
Method · 0.45
test_with_autoscaler_file_descriptor_safety
Method · 0.45
test_get_many
Method · 0.45
test_backends
Method · 0.45
test_create_fake_task_request
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected