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

Function _time_units_to_timedelta

xarray/coding/times.py:748–749  ·  view source on GitHub ↗
(units: str)

Source from the content-addressed store, hash-verified

746
747
748def _time_units_to_timedelta(units: str) -> timedelta:
749 return timedelta(microseconds=_US_PER_TIME_DELTA[units])
750
751
752def infer_calendar_name(dates) -> CFCalendar:

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…