Searched defs:InvalidTZPathWarning (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/zoneinfo/ | ||
D | __init__.py | 20 InvalidTZPathWarning = _tzpath.InvalidTZPathWarning variable |
D | _tzpath.py | 170 class InvalidTZPathWarning(RuntimeWarning): class |