Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/dateutil/tz/__init__.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-12-08 06:51 +0000

1# -*- coding: utf-8 -*- 

2from .tz import * 

3from .tz import __doc__ 

4 

5__all__ = ["tzutc", "tzoffset", "tzlocal", "tzfile", "tzrange", 

6 "tzstr", "tzical", "tzwin", "tzwinlocal", "gettz", 

7 "enfold", "datetime_ambiguous", "datetime_exists", 

8 "resolve_imaginary", "UTC", "DeprecatedTzFormatWarning"] 

9 

10 

11class DeprecatedTzFormatWarning(Warning): 

12 """Warning raised when time zones are parsed from deprecated formats."""