Files
wg-backend-django/acer-env/lib/python3.10/site-packages/pytz/__pycache__/exceptions.cpython-310.pyc

36 lines
2.1 KiB
Plaintext
Raw Normal View History

2022-11-30 15:58:16 +07:00
o
<00>Ԅc#<00>@sbdZgd<01>ZGdd<03>de<02>ZGdd<05>dee<03>ZGdd<07>de<03>ZGdd <09>d e<06>ZGd
d <0B>d e<06>Zd S) z#
Custom exceptions raised by pytz.
)<04>UnknownTimeZoneError<6F>InvalidTimeError<6F>AmbiguousTimeError<6F>NonExistentTimeErrorc@<00>eZdZdZdS)<03>Errorz8Base class for all exceptions raised by the pytz libraryN<79><04>__name__<5F>
__module__<EFBFBD> __qualname__<5F>__doc__<5F>r r <00>b/home/infidel/Sync/Project/ocp-wg-backend/acer-env/lib/python3.10/site-packages/pytz/exceptions.pyr <00>rc@r)ra<>Exception raised when pytz is passed an unknown timezone.
>>> isinstance(UnknownTimeZoneError(), LookupError)
True
This class is actually a subclass of KeyError to provide backwards
compatibility with code relying on the undocumented behavior of earlier
pytz releases.
>>> isinstance(UnknownTimeZoneError(), KeyError)
True
And also a subclass of pytz.exceptions.Error, as are other pytz
exceptions.
>>> isinstance(UnknownTimeZoneError(), Error)
True
Nrr r r r rsrc@r)rz'Base class for invalid time exceptions.Nrr r r r r&rrc@r)raXException raised when attempting to create an ambiguous wallclock time.
At the end of a DST transition period, a particular wallclock time will
occur twice (once before the clocks are set back, once after). Both
possibilities may be correct, unless further information is supplied.
See DstTzInfo.normalize() for more info
Nrr r r r r*rrc@r)rz<>Exception raised when attempting to create a wallclock time that
cannot exist.
At the start of a DST transition period, the wallclock time jumps forward.
The instants jumped over never occur.
Nrr r r r r5rrN) r <00>__all__<5F> Exceptionr<00>KeyErrorrrrrr r r r <00><module>s