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

Method _meta

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

operationMethod · 0.45

Tested by

no test coverage detected