MCPcopy Index your code
hub / github.com/pydata/xarray / _apply_vectorized_indexer_dask_wrapper

Function _apply_vectorized_indexer_dask_wrapper

xarray/core/indexing.py:1804–1809  ·  view source on GitHub ↗
(indices, coord)

Source from the content-addressed store, hash-verified

1802
1803
1804def _apply_vectorized_indexer_dask_wrapper(indices, coord):
1805 from xarray.core.indexing import VectorizedIndexer, apply_indexer, as_indexable
1806
1807 return apply_indexer(
1808 as_indexable(coord), VectorizedIndexer((indices.squeeze(axis=-1),))
1809 )
1810
1811
1812def _assert_not_chunked_indexer(idxr: tuple[Any, ...]) -> None:

Callers

nothing calls this directly

Calls 4

apply_indexerFunction · 0.90
as_indexableFunction · 0.90
VectorizedIndexerClass · 0.90
squeezeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…