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

Class Microsecond

xarray/coding/cftime_offsets.py:667–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665
666
667class Microsecond(Tick):
668 _freq = "us"
669
670 def as_timedelta(self) -> timedelta:
671 return timedelta(microseconds=self.n)
672
673 def __apply__(self, other):
674 return other + self.as_timedelta()
675
676
677def _generate_anchored_offsets(

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…