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

Method _meta

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

Source from the content-addressed store, hash-verified

558
559 @functools.cached_property
560 def _meta(self):
561 args = [op._meta if isinstance(op, Expr) else op for op in self._args]
562 return self.operation(*args, **self._kwargs)
563
564 @functools.cached_property
565 def _kwargs(self) -> dict:

Callers

nothing calls this directly

Calls 1

operationMethod · 0.45

Tested by

no test coverage detected