(units: str)
| 746 | |
| 747 | |
| 748 | def _time_units_to_timedelta(units: str) -> timedelta: |
| 749 | return timedelta(microseconds=_US_PER_TIME_DELTA[units]) |
| 750 | |
| 751 | |
| 752 | def infer_calendar_name(dates) -> CFCalendar: |
no outgoing calls
no test coverage detected
searching dependent graphs…