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

Method _meta

dask/dataframe/dask_expr/_shuffle.py:1211–1212  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1209
1210 @functools.cached_property
1211 def _meta(self):
1212 return make_meta(self.frame._meta._constructor([0]))
1213
1214
1215class _SetIndexPost(Blockwise):

Callers

nothing calls this directly

Calls 2

make_metaFunction · 0.90
_constructorMethod · 0.80

Tested by

no test coverage detected