MCPcopy 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
49def get_shape(line):
50 m = label_re.match(line)
51 if m:
52 return m.group(2)
53
54
55dsk = {

Callers

nothing calls this directly

Calls 1

matchMethod · 0.80

Tested by

no test coverage detected