Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
282
def
_create_tile_ids(shape):
283
tile_ids = product(*(range(i)
for
i in shape))
284
return
list(tile_ids)
285
286
287
class
TestNewTileIDs:
Callers
2
_create_combined_ids
Function · 0.85
test_get_new_tile_ids
Method · 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…