MCPcopy
hub / github.com/dask/dask / keys

Method keys

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

Source from the content-addressed store, hash-verified

1993
1994 @functools.cached_property
1995 def keys(self):
1996 return self.operands[1::2]
1997
1998 @functools.cached_property
1999 def vals(self):

Callers 15

_cov_corr_combineFunction · 0.45
_to_string_dtypeFunction · 0.45
_cov_aggFunction · 0.45
_build_agg_args_singleFunction · 0.45
_build_agg_args_varFunction · 0.45
_value_countsFunction · 0.45
_value_counts_aggregateFunction · 0.45
_simplify_downMethod · 0.45
_layerMethod · 0.45
_lowerMethod · 0.45
infoMethod · 0.45

Calls

no outgoing calls