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