⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.10
/
__pycache__
/
View File Name :
_py_abc.cpython-310.pyc
o }5h- @ s( d dl mZ dd ZG dd deZdS ) )WeakSetc C s t jS )zReturns 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 r r /usr/lib/python3.10/_py_abc.pyget_cache_token s r c sV e Zd ZdZdZ fddZdd Zddd Zd d Zdd Z dd Z dd Z ZS )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 s t j| |||fi |}dd | D }|D ]}t|dt D ]}t||d }t|ddr4|| q!qt||_t |_ t |_ t |_tj |_|S )Nc S s h | ]\}}t |d dr|qS )__isabstractmethod__F)getattr).0namevaluer r r
&