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

Method how_kwargs

dask/dataframe/tseries/resample.py:142–143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

140
141 @functools.cached_property
142 def how_kwargs(self):
143 return {} if self.operand("how_kwargs") is None else self.operand("how_kwargs")
144
145 @functools.cached_property
146 def _resample_divisions(self):

Callers

nothing calls this directly

Calls 1

operandMethod · 0.80

Tested by

no test coverage detected