MCPcopy Index your code
hub / github.com/pydata/xarray / onOffset

Method onOffset

xarray/coding/cftime_offsets.py:623–624  ·  view source on GitHub ↗
(self, date)

Source from the content-addressed store, hash-verified

621 return other + timedelta(days=self.n)
622
623 def onOffset(self, date) -> bool:
624 return True
625
626
627class Hour(Tick):

Callers 6

rollforwardMethod · 0.45
rollbackMethod · 0.45
rollforwardMethod · 0.45
rollbackMethod · 0.45
test_onOffsetFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_onOffsetFunction · 0.36