MCPcopy
hub / github.com/dask/dask / tolist

Function tolist

dask/dataframe/dispatch.py:90–92  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

88
89
90def tolist(obj):
91 func = tolist_dispatch.dispatch(type(obj))
92 return func(obj)
93
94
95def make_meta(x, index=None, parent_meta=None):

Callers 3

Calls 2

funcFunction · 0.70
dispatchMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…