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

Function make_target

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected