Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ items
Method
items
celery/canvas.py:831–833 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
829
return
self.reprcall()
830
831
def
items(self):
832
for
k, v in super().items():
833
yield
k.decode()
if
isinstance(k, bytes)
else
k, v
834
835
@property
836
def
name(self):
Callers
15
parse_dist_meta
Function · 0.45
example
Function · 0.45
update
Method · 0.45
create_module
Function · 0.45
get_origins
Function · 0.45
__iter__
Method · 0.45
_evaluate_entry_kwargs
Function · 0.45
schedules_equal
Method · 0.45
update_from_dict
Method · 0.45
_merge_dictionaries
Function · 0.45
apply
Method · 0.45
apply_async
Method · 0.45
Calls
1
decode
Method · 0.45
Tested by
no test coverage detected