403Webshell
Server IP : 88.99.149.37  /  Your IP : 216.73.216.141
Web Server : nginx/1.31.2
System : Linux server-88-99-149-37 6.12.0-124.56.5.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 06:12:08 EDT 2026 x86_64
User : muralimurth ( 1015)
PHP Version : 8.4.23
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/lib/python3.12/site-packages/referencing/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/lib/python3.12/site-packages/referencing/__pycache__/exceptions.cpython-312.pyc
�

�% g@��h�dZddlmZddlmZmZddlZddlmZerddl	m
Z
ddlmZeGd�d	e
��ZeGd
�de��ZeGd�d
e
��ZeGd�de��ZejGd�de��ZeGd�de��ZeGd�de��ZeGd�de��Zy)z
Errors, oh no!
�)�annotations)�
TYPE_CHECKING�AnyN)�frozen)�Resource)�URIc�,�eZdZUdZded<dd�Zdd�Zy)	�NoSuchResourcez�
    The given URI is not present in a registry.

    Unlike most exceptions, this class *is* intended to be publicly
    instantiable and *is* part of the public API of the package.
    r�refc��|j|jurtStj|�tj|�k(S�N��	__class__�NotImplemented�attrs�astuple��self�others  �;/usr/lib/python3.12/site-packages/referencing/exceptions.py�__eq__zNoSuchResource.__eq__�5���>�>����0�!�!��}�}�T�"�e�m�m�E�&:�:�:�c�>�ttj|��Sr
��hashrr�rs r�__hash__zNoSuchResource.__hash__!����E�M�M�$�'�(�(rN�rr�return�bool�r!�int��__name__�
__module__�__qualname__�__doc__�__annotations__rr�rrr
r
s���

�H�;�
)rr
c�,�eZdZUdZded<dd�Zdd�Zy)	�NoInternalIDa
    A resource has no internal ID, but one is needed.

    E.g. in modern JSON Schema drafts, this is the :kw:`$id` keyword.

    One might be needed if a resource was to-be added to a registry but no
    other URI is available, and the resource doesn't declare its canonical URI.
    �
Resource[Any]�resourcec��|j|jurtStj|�tj|�k(Sr
rrs  rrzNoInternalID.__eq__2rrc�>�ttj|��Sr
rrs rrzNoInternalID.__hash__7rrNr r#r%r+rrr-r-%s�����;�
)rr-c�,�eZdZUdZded<dd�Zdd�Zy)	�
UnretrievablezO
    The given URI is not present in a registry, and retrieving it failed.
    rrc��|j|jurtStj|�tj|�k(Sr
rrs  rrzUnretrievable.__eq__Crrc�>�ttj|��Sr
rrs rrzUnretrievable.__hash__HrrNr r#r%r+rrr3r3;����

�H�;�
)rr3c�,�eZdZUdZded<dd�Zdd�Zy)	�CannotDetermineSpecificationz�
    Attempting to detect the appropriate `Specification` failed.

    This happens if no discernible information is found in the contents of the
    new resource which would help identify it.
    r�contentsc��|j|jurtStj|�tj|�k(Sr
rrs  rrz#CannotDetermineSpecification.__eq__Wrrc�>�ttj|��Sr
rrs rrz%CannotDetermineSpecification.__hash__\rrNr r#r%r+rrr8r8Ls����M�;�
)rr8c�,�eZdZUdZded<dd�Zdd�Zy)	�Unresolvablez'
    A reference was unresolvable.
    rrc��|j|jurtStj|�tj|�k(Sr
rrs  rrzUnresolvable.__eq__hrrc�>�ttj|��Sr
rrs rrzUnresolvable.__hash__mrrNr r#r%r+rrr=r=`r6rr=c�$�eZdZUdZded<dd�Zy)�PointerToNowherezK
    A JSON Pointer leads to a part of a document that does not exist.
    r.r/c�x�|j�d|jj��}|jdk(r|dz
}|S)N� does not exist within �/z�. The pointer '/' is a valid JSON Pointer but it points to an empty string property ''. If you intended to point to the entire resource, you should use '#'.)rr/r9)r�msgs  r�__str__zPointerToNowhere.__str__ysC������3�D�M�M�4J�4J�3M�N���8�8�s�?��>�
�C�
�
rN�r!�str�r&r'r(r)r*rFr+rrrArAqs�����rrAc�.�eZdZUdZded<ded<dd�Zy)	�NoSuchAnchorz@
    An anchor does not exist within a particular resource.
    r.r/rH�anchorc�L�|j�d|jj��S)NrC)rLr/r9rs rrFzNoSuchAnchor.__str__�s%���{�{�o�4�T�]�]�5K�5K�4N�O�	
rNrGrIr+rrrKrK�s������K�
rrKc�.�eZdZUdZded<ded<dd�Zy)	�
InvalidAnchorzu
    An anchor which could never exist in a resource was dereferenced.

    It is somehow syntactically invalid.
    r.r/rHrLc�<�d|j�d|j�d�S)Nz'#zo' is not a valid anchor, neither as a plain name anchor nor as a JSON Pointer. You may have intended to use '#/zD', as the slash is required *before each segment* of a JSON pointer.)rLrs rrFzInvalidAnchor.__str__�s*������
�����
�&*�
*�	
rNrGrIr+rrrOrO�s������K�
rrO)r)�
__future__r�typingrrr�referencing._attrsr�referencingr�referencing.typingr�KeyErrorr
�	Exceptionr-r3r8r=rArKrOr+rr�<module>rXs����#�%��%��$�&��)�X�)��)�&�)�9�)��)�*�
)�H�
)��
)� �)�9�)��)�&���
)�9�
)��
)� ��|����$�
�<�
��
��
�L�
��
r

Youez - 2016 - github.com/yon3zu
LinuXploit