MCPcopy
hub / github.com/celery/celery / get_origins

Function get_origins

celery/local.py:538–542  ·  view source on GitHub ↗
(defs)

Source from the content-addressed store, hash-verified

536
537
538def get_origins(defs):
539 origins = {}
540 for module, attrs in defs.items():
541 origins.update({attr: module for attr in attrs})
542 return origins

Callers 1

recreate_moduleFunction · 0.85

Calls 2

itemsMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected