Home
last modified time | relevance | path

Searched refs:DeprecatedTzFormatWarning (Results 1 – 4 of 4) sorted by relevance

/external/python/dateutil/dateutil/test/
Dtest_internals.py88 with pytest.warns(tz.DeprecatedTzFormatWarning):
91 with pytest.warns(tz.DeprecatedTzFormatWarning):
Dtest_tz.py1467 with pytest.warns(tz.DeprecatedTzFormatWarning):
/external/python/dateutil/dateutil/tz/
D__init__.py14 class DeprecatedTzFormatWarning(Warning): class
/external/python/dateutil/dateutil/parser/
D_parser.py1449 'TZ variable format.', tz.DeprecatedTzFormatWarning)