HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/simplejson/__pycache__/errors.cpython-310.pyc
o

\Փa��@s0dZdgZdd�Zddd�ZGdd�de�ZdS)	z!Error classes used by simplejson
�JSONDecodeErrorcCsD|�dd|�d}|dkr|d}||fS||�dd|�}||fS)N�
��)�count�rindex)�doc�pos�lineno�colno�r�3/usr/lib/python3/dist-packages/simplejson/errors.py�linecols�r
Nc	Csnt||�\}}|�dt|||d���}|dur#d}|||||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	Cspt�|t||||d��||_||_||_||_t||�\|_|_	|dur0t||�\|_
|_dSd\|_
|_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__r)�__name__�
__module__�__qualname__�__doc__rrrrrrrs

r)r�__all__r
rrrrrrr�<module>s