| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/msgpack/__pycache__/ |
Upload File : |
�
9�a9 � � � 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
eZy)
c � � e Zd ZdZy)�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__� � �4/usr/lib/python3/dist-packages/msgpack/exceptions.pyr r s � �r
r c � � e Zd Zy)�
BufferFullN�r r r r r
r r
r
� � �r
r
c � � e Zd Zy)� OutOfDataNr r r
r r r r r
r c � � e Zd ZdZy)�FormatErrorzInvalid msgpack formatNr r r
r r r s � � r
r c � � e Zd ZdZy)�
StackErrorz
Too nestedNr r r
r r r s � �r
r c � � e Zd ZdZd� Zd� Zy)� ExtraDataz�ExtraData is raised when there is trailing data.
This exception is raised while only one-shot (not streaming)
unpack.
c � � || _ || _ y )N)�unpacked�extra)�selfr r s r �__init__zExtraData.__init__% s � � ��
���
r
c � � y)Nzunpack(b) received extra data.r )r s r �__str__zExtraData.__str__) s � �/r
N)r r r r r r r r
r r r s � ���0r
r N)
� Exceptionr r
r �
ValueErrorr r �UnpackValueErrorr �
PackException�PackValueError�
OverflowError�PackOverflowErrorr r
r �<module>r&