MCPcopy Create free account
hub / github.com/dask/dask / __init__

Method __init__

dask/dataframe/dask_expr/_util.py:118–120  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

116 """
117
118 def __init__(self, data):
119 self._data = data
120 self._division_info = LRU(10)
121
122 @functools.cached_property
123 def _token(self):

Callers

nothing calls this directly

Calls 1

LRUClass · 0.85

Tested by

no test coverage detected