MCPcopy
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_metaFunction · 0.45
exampleFunction · 0.45
updateMethod · 0.45
create_moduleFunction · 0.45
get_originsFunction · 0.45
__iter__Method · 0.45
_evaluate_entry_kwargsFunction · 0.45
schedules_equalMethod · 0.45
update_from_dictMethod · 0.45
_merge_dictionariesFunction · 0.45
applyMethod · 0.45
apply_asyncMethod · 0.45

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected