Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ __reduce__
Method
__reduce__
dask/dataframe/dask_expr/_util.py:138–139 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
136
return
getattr(self._data, key)
137
138
def
__reduce__(self):
139
return
type(self), (self._data,)
140
141
def
__deepcopy__(self, memodict=None):
142
return
type(self)(self._data.copy())
Callers
1
tokenize_arrowfs
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected