MCPcopy Index your code
hub / github.com/dask/dask / get_shape

Function get_shape

dask/tests/test_dot.py:36–39  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

34
35
36def get_shape(line):
37 m = label_re.match(line)
38 if m:
39 return m.group(2)
40
41
42dsk = {

Callers

nothing calls this directly

Calls 1

matchMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…