Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ kwargs
Method
kwargs
dask/dataframe/tseries/resample.py:138–139 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
136
137
@functools.cached_property
138
def
kwargs(self):
139
return
{}
if
self.operand(
"kwargs"
) is None
else
self.operand(
"kwargs"
)
140
141
@functools.cached_property
142
def
how_kwargs(self):
Callers
nothing calls this directly
Calls
1
operand
Method · 0.80
Tested by
no test coverage detected