Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ __init__
Method
__init__
dask/dataframe/dask_expr/_util.py:122–124 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
120
""
"
121
122
def
__init__(self, data):
123
self._data = data
124
self._division_info = LRU(10)
125
126
@functools.cached_property
127
def
_token(self):
Callers
nothing calls this directly
Calls
1
LRU
Class · 0.85
Tested by
no test coverage detected