HEX
Server: Apache
System: Linux br384.hostgator.com.br 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User: regi8665 (2159)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //lib/python2.7/site-packages/pytz/exceptions.pyc
�
c�$ec@s�dZddddgZdefd��YZdeefd��YZdefd��YZdefd	��YZdefd
��YZdS(s#
Custom exceptions raised by pytz.
tUnknownTimeZoneErrortInvalidTimeErrortAmbiguousTimeErrortNonExistentTimeErrortErrorcBseZdZRS(s8Base class for all exceptions raised by the pytz library(t__name__t
__module__t__doc__(((s3/usr/lib/python2.7/site-packages/pytz/exceptions.pyRscBseZdZRS(s�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

    (RRR(((s3/usr/lib/python2.7/site-packages/pytz/exceptions.pyRscBseZdZRS(s'Base class for invalid time exceptions.(RRR(((s3/usr/lib/python2.7/site-packages/pytz/exceptions.pyR&scBseZdZRS(sXException 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
    (RRR(((s3/usr/lib/python2.7/site-packages/pytz/exceptions.pyR*scBseZdZRS(s�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.
    (RRR(((s3/usr/lib/python2.7/site-packages/pytz/exceptions.pyR5sN(	Rt__all__t	ExceptionRtKeyErrorRRRR(((s3/usr/lib/python2.7/site-packages/pytz/exceptions.pyt<module>s