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

Class Minute

xarray/coding/cftime_offsets.py:637–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635
636
637class Minute(Tick):
638 _freq = "min"
639
640 def as_timedelta(self) -> timedelta:
641 return timedelta(minutes=self.n)
642
643 def __apply__(self, other):
644 return other + self.as_timedelta()
645
646
647class Second(Tick):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…