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

Function _create_tile_ids

xarray/tests/test_combine.py:282–284  ·  view source on GitHub ↗
(shape)

Source from the content-addressed store, hash-verified

280
281
282def _create_tile_ids(shape):
283 tile_ids = product(*(range(i) for i in shape))
284 return list(tile_ids)
285
286
287class TestNewTileIDs:

Callers 2

_create_combined_idsFunction · 0.85
test_get_new_tile_idsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…