MCPcopy Create free account
hub / github.com/pydata/xarray / _get_offset_day

Method _get_offset_day

xarray/coding/cftime_offsets.py:194–197  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

192 return str(self)
193
194 def _get_offset_day(self, other):
195 # subclass must implement `_day_option`; calling from the base class
196 # will raise NotImplementedError.
197 return _get_day_of_month(other, self._day_option)
198
199
200class Tick(BaseCFTimeOffset):

Callers 1

onOffsetMethod · 0.80

Calls 1

_get_day_of_monthFunction · 0.85

Tested by

no test coverage detected