Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
538
def
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_module
Function · 0.85
Calls
2
items
Method · 0.45
update
Method · 0.45
Tested by
no test coverage detected