MCPcopy Index your code
hub / github.com/dask/dask / getter_nofancy

Function getter_nofancy

dask/array/core.py:147–153  ·  view source on GitHub ↗

A simple wrapper around ``getter``. Used to indicate to the optimization passes that the backend doesn't support fancy indexing.

(a, b, asarray=True, lock=None)

Source from the content-addressed store, hash-verified

145
146
147def getter_nofancy(a, b, asarray=True, lock=None):
148 """A simple wrapper around ``getter``.
149
150 Used to indicate to the optimization passes that the backend doesn't
151 support fancy indexing.
152 """
153 return getter(a, b, asarray=asarray, lock=lock)
154
155
156def getter_inline(a, b, asarray=True, lock=None):

Callers

nothing calls this directly

Calls 1

getterFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…