Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ get_shape
Function
get_shape
dask/tests/test_dot.py:49–52 ·
view source on GitHub ↗
(line)
Source
from the content-addressed store, hash-verified
47
48
49
def
get_shape(line):
50
m = label_re.match(line)
51
if
m:
52
return
m.group(2)
53
54
55
dsk = {
Callers
nothing calls this directly
Calls
1
match
Method · 0.80
Tested by
no test coverage detected