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

Class Millisecond

xarray/coding/cftime_offsets.py:657–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655
656
657class Millisecond(Tick):
658 _freq = "ms"
659
660 def as_timedelta(self) -> timedelta:
661 return timedelta(milliseconds=self.n)
662
663 def __apply__(self, other):
664 return other + self.as_timedelta()
665
666
667class Microsecond(Tick):

Callers 3

delta_to_tickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…