Hacked By AnonymousFox

Current Path : /opt/alt/python37/lib/python3.7/site-packages/pytz/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib/python3.7/site-packages/pytz/__pycache__/exceptions.cpython-37.pyc

B

6��X5�@sTdZddddgZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�Zd	S)
z#
Custom exceptions raised by pytz.
�UnknownTimeZoneError�InvalidTimeError�AmbiguousTimeError�NonExistentTimeErrorc@seZdZdZdS)rafException 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
    N)�__name__�
__module__�__qualname__�__doc__�r	r	�@/opt/alt/python37/lib/python3.7/site-packages/pytz/exceptions.pyrsc@seZdZdZdS)rz'Base class for invalid time exceptions.N)rrrrr	r	r	r
rsc@seZdZdZdS)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
    N)rrrrr	r	r	r
rsc@seZdZdZdS)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.
    N)rrrrr	r	r	r
r*sN)r�__all__�KeyErrorr�	Exceptionrrrr	r	r	r
�<module>s

Hacked By AnonymousFox1.0, Coded By AnonymousFox