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

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

4 statements  

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."""