| 1 | """Time offset classes for use with cftime.datetime objects""" |
| 2 | |
| 3 | # The offset classes and mechanisms for generating time ranges defined in |
| 4 | # this module were copied/adapted from those defined in pandas. See in |
nothing calls this directly
no test coverage detected