Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
90
def
tolist(obj):
91
func = tolist_dispatch.dispatch(type(obj))
92
return
func(obj)
93
94
95
def
make_meta(x, index=None, parent_meta=None):
Callers
3
describe_numeric_aggregate
Function · 0.90
sorted_division_locations
Function · 0.90
_partitions_of_index_values
Function · 0.85
Calls
2
func
Function · 0.70
dispatch
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…