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

Function make_target

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected