MCPcopy Create free account
hub / github.com/dask/dask / detect_entrypoints

Function detect_entrypoints

dask/backends.py:41–44  ·  view source on GitHub ↗
(entry_point_name)

Source from the content-addressed store, hash-verified

39
40@lru_cache(maxsize=1)
41def detect_entrypoints(entry_point_name):
42 return {
43 ep.name: ep for ep in importlib_metadata.entry_points(group=entry_point_name)
44 }
45
46
47BackendEntrypointType = TypeVar(

Callers 1

dispatchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected