| Server IP : 104.21.4.30 / Your IP : 104.23.197.87 Web Server : Apache System : Linux keen-cori.18-142-40-148.plesk.page 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64 User : simottodesign.com_2tntp341vs7 ( 10011) PHP Version : 8.3.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/attr/__pycache__/ |
Upload File : |
U
]�]� � @ s d dl mZmZmZ d dlZd dlZd dlZd dlZejd dkZ e�
� dkZesdejdd� dkrjeZ
nd dlmZ eZ
e r�d dlmZ d dlmZmZ d d
� ZdZdd
� ZG dd� de�Zdd� Zdd� Zn4d dlmZmZ dd� Zdd
� ZdZdd
� Zdd� Zdd� Ze� ZdS )� )�absolute_import�division�print_functionN� ZPyPy)� � )�OrderedDict)�IterableUserDict)�Mapping�Sequencec C s t | ttjf�S �N)�
isinstance�type�typesZ ClassType��klass� r �./usr/lib/python3/dist-packages/attr/_compat.py�isclass s r r c C s | � � S r )� iteritems��dr r r r ! s r c @ sT e Zd ZdZdd� Zdd� Zdd� Zdd � Zddd�Zd
d� Z ddd�Z
dd� Zd
S )�ReadOnlyDictz5
Best-effort read-only dict wrapper.
c C s t d��d S )Nz6'mappingproxy' object does not support item assignment�� TypeError)�self�key�valr r r �__setitem__* s �zReadOnlyDict.__setitem__c C s t d��d S )Nz/'mappingproxy' object has no attribute 'update'��AttributeError�r �_r r r �update0 s �zReadOnlyDict.updatec C s t d��d S )Nz4'mappingproxy' object does not support item deletionr r! r r r �__delitem__6 s �zReadOnlyDict.__delitem__c C s t d��d S )Nz.'mappingproxy' object has no attribute 'clear'r �r r r r �clear<