HEX
Server: Apache/2.4.65 (Unix) OpenSSL/1.1.1k
System: Linux vps109042.inmotionhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: cisa (1010)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //opt/imh-python/lib/python3.9/site-packages/simplejson/__pycache__/errors.cpython-39.pyc
a

`�h��@s0dZdgZdd�Zddd�ZGdd�de�ZdS)	z!Error classes used by simplejson
�JSONDecodeErrorcCs>|�dd|�d}|dkr$|d}n||�dd|�}||fS)N�
��)�count�rindex)�doc�pos�lineno�colno�r��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/simplejson/errors.py�linecols

r
Nc	Csnt||�\}}|�dt|||d���}|durFd}|||||fSt||�\}}d}||||||||fS)Nz%rrz%s: line %d column %d (char %d)z8%s: line %d column %d - line %d column %d (char %d - %d))r
�replace�repr)	�msgrr�endr	r
�fmt�	endlineno�endcolnorrr�errmsgsrc@s"eZdZdZddd�Zdd�ZdS)ra�Subclass of ValueError with the following additional properties:

    msg: The unformatted error message
    doc: The JSON document being parsed
    pos: The start index of doc where parsing failed
    end: The end index of doc where parsing failed (may be None)
    lineno: The line corresponding to pos
    colno: The column corresponding to pos
    endlineno: The line corresponding to end (may be None)
    endcolno: The column corresponding to end (may be None)

    Nc	Csnt�|t||||d��||_||_||_||_t||�\|_|_	|dur^t||�\|_
|_nd\|_
|_dS)N)r)NN)�
ValueError�__init__rrrrrr
r	r
rr)�selfrrrrrrrr(szJSONDecodeError.__init__cCs|j|j|j|j|jffS)N)�	__class__rrrr)rrrr�
__reduce__4szJSONDecodeError.__reduce__)N)�__name__�
__module__�__qualname__�__doc__rrrrrrrs
)N)r�__all__r
rrrrrrr�<module>s