| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/pip/_vendor/msgpack/__pycache__/ |
Upload File : |
�
�/�c9 � �� � G d � de � � Z G d� de� � Z G d� de� � Z G d� dee� � Z G d� d ee� � ZeZ G d
� de� � Ze Z eZ
eZdS )
c � � e Zd ZdZdS )�UnpackExceptionz�Base class for some exceptions raised while unpacking.
NOTE: unpack may raise exception other than subclass of
UnpackException. If you want to catch all error, catch
Exception instead.
N��__name__�
__module__�__qualname__�__doc__� � �@/usr/lib/python3/dist-packages/pip/_vendor/msgpack/exceptions.pyr r s � � � � � �� � � r
r c � � e Zd ZdS )�
BufferFullN�r r r r r
r r
r
� � � � � � ��Dr
r
c � � e Zd ZdS )� OutOfDataNr r r
r r r r r
r c � � e Zd ZdZdS )�FormatErrorzInvalid msgpack formatNr r r
r r r s � � � � � � � � � r
r c � � e Zd ZdZdS )�
StackErrorz
Too nestedNr r r
r r r s � � � � � ����r
r c � � e Zd ZdZd� Zd� ZdS )� ExtraDataz�ExtraData is raised when there is trailing data.
This exception is raised while only one-shot (not streaming)
unpack.
c �"