MCPcopy 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
43def get_label(line):
44 m = label_re.match(line)
45 if m:
46 return m.group(1)
47
48
49def get_shape(line):

Callers

nothing calls this directly

Calls 1

matchMethod · 0.80

Tested by

no test coverage detected