| Server IP : 93.115.150.27 / Your IP : 216.73.216.221 Web Server : LiteSpeed System : Linux host2.azar.host 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 User : dorfakkh ( 1797) PHP Version : 8.1.34 Disable Function : show_source, system, passthru, exec, popen, proc_open, mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/usr/lib/python3.6/site-packages/pytz/__pycache__/ |
Upload File : |
3
6��X5 � @ sT d Z ddddgZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�Zd S )
z#
Custom exceptions raised by pytz.
�UnknownTimeZoneError�InvalidTimeError�AmbiguousTimeError�NonExistentTimeErrorc @ s e Zd ZdZdS )r af 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
N)�__name__�
__module__�__qualname__�__doc__� r r � /usr/lib/python3.6/exceptions.pyr s c @ s e Zd ZdZdS )r z'Base class for invalid time exceptions.N)r r r r r r r r
r s c @ s e Zd ZdZdS )r aX Exception 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)r r r r r r r r
r s c @ s e Zd ZdZdS )r z�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)r r r r r r r r
r * s N)r �__all__�KeyErrorr � Exceptionr r r r r r r
�<module> s