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

Function _create_combined_ids

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

Source from the content-addressed store, hash-verified

271
272
273def _create_combined_ids(shape):
274 tile_ids = _create_tile_ids(shape)
275 nums = range(len(tile_ids))
276 return {
277 tile_id: create_test_data(num)
278 for tile_id, num in zip(tile_ids, nums, strict=True)
279 }
280
281
282def _create_tile_ids(shape):

Callers

nothing calls this directly

Calls 2

_create_tile_idsFunction · 0.85
create_test_dataFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…