Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _shape_from_string
Function
_shape_from_string
dask/array/tests/test_routines.py:2525–2526 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
2523
}
2524
2525
def
_shape_from_string(s):
2526
return
tuple(_dimensions[c]
for
c in s)
2527
2528
def
_chunks_from_string(s):
2529
return
tuple(_chunks[c]
for
c in s)
Callers
1
_numpy_and_dask_inputs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected