MCPcopy
hub / github.com/dask/dask / make_target

Function make_target

dask/array/tests/test_array_core.py:2098–2101  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

2096 targs = {}
2097
2098 def make_target(key):
2099 a = np.empty((4, 4))
2100 targs[key] = a
2101 return a
2102
2103 # delayed calls to these targets
2104 atd = delayed(make_target)("at")

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…