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

Method _meta

dask/dataframe/dask_expr/_expr.py:3732–3735  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3730
3731 @functools.cached_property
3732 def _meta(self):
3733 if self.operand("meta") is not no_default:
3734 return self.operand("meta")
3735 return _get_meta_ufunc(self._dfs, self.args, self.func)
3736
3737 def _lower(self):
3738 args = maybe_align_partitions(*self.args, divisions=self._divisions())

Callers

nothing calls this directly

Calls 2

_get_meta_ufuncFunction · 0.85
operandMethod · 0.80

Tested by

no test coverage detected