| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE 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<