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
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
1# -*- coding: utf-8 -*-
2from .tz import *
3from .tz import __doc__
5__all__ = ["tzutc", "tzoffset", "tzlocal", "tzfile", "tzrange",
6 "tzstr", "tzical", "tzwin", "tzwinlocal", "gettz",
7 "enfold", "datetime_ambiguous", "datetime_exists",
8 "resolve_imaginary", "UTC", "DeprecatedTzFormatWarning"]
11class DeprecatedTzFormatWarning(Warning):
12 """Warning raised when time zones are parsed from deprecated formats."""