uawdijnntqw1x1x1
IP : 18.119.117.77
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
jackpotjunglegam
/
..
/
..
/
lib64
/
python3.8
/
xmlrpc
/
..
/
sqlite3
/
.
/
..
/
__pycache__
/
abc.cpython-38.pyc
/
/
U e5d��@s�dZdd�ZGdd�de�ZGdd�de�ZGdd�de�Zz,d d lm Z m Z mZmZm Z mZmZmZWn*ek r�d dlmZm Z de_YnXGd d�de�ZGdd�ded�ZdS)z3Abstract Base Classes (ABCs) according to PEP 3119.cCs d|_|S)a<A decorator indicating abstract methods. Requires that the metaclass is ABCMeta or derived from it. A class that has a metaclass derived from ABCMeta cannot be instantiated unless all of its abstract methods are overridden. The abstract methods can be called using any of the normal 'super' call mechanisms. abstractmethod() may be used to declare abstract methods for properties and descriptors. Usage: class C(metaclass=ABCMeta): @abstractmethod def my_abstract_method(self, ...): ... T)�__isabstractmethod__)�funcobj�r�/usr/lib64/python3.8/abc.py�abstractmethodsrcs$eZdZdZdZ�fdd�Z�ZS)�abstractclassmethodztA decorator indicating abstract classmethods. Deprecated, use 'classmethod' with 'abstractmethod' instead. Tcsd|_t��|�dS�NT�r�super�__init__��self�callable�� __class__rrr $szabstractclassmethod.__init__��__name__� __module__�__qualname__�__doc__rr � __classcell__rrrrrsrcs$eZdZdZdZ�fdd�Z�ZS)�abstractstaticmethodzvA decorator indicating abstract staticmethods. Deprecated, use 'staticmethod' with 'abstractmethod' instead. Tcsd|_t��|�dSrrrrrrr 1szabstractstaticmethod.__init__rrrrrr)src@seZdZdZdZdS)�abstractpropertyzoA decorator indicating abstract properties. Deprecated, use 'property' with 'abstractmethod' instead. TN)rrrrrrrrrr6sr�)�get_cache_token� _abc_init� _abc_register�_abc_instancecheck�_abc_subclasscheck� _get_dump�_reset_registry� _reset_caches)�ABCMetar�abccsReZdZdZ�fdd�Zdd�Zdd�Zdd �Zddd�Zd d�Z dd�Z �ZS)r!a�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()). cs"t�j||||f|�}t|�|S)N)r �__new__r)�mcls�name�bases� namespace�kwargs�clsrrrr#TszABCMeta.__new__cCs t||�S)z{Register a virtual subclass of an ABC. Returns the subclass, to allow usage as a class decorator. )r�r)�subclassrrr�registerYszABCMeta.registercCs t||�S)z'Override for isinstance(instance, cls).)r)r)�instancerrr�__instancecheck__`szABCMeta.__instancecheck__cCs t||�S)z'Override for issubclass(subclass, cls).)rr*rrr�__subclasscheck__dszABCMeta.__subclasscheck__NcCs�td|j�d|j��|d�tdt���|d�t|�\}}}}td|��|d�td|��|d�td|��|d�td|��|d�d S) z'Debug helper to print the ABC registry.zClass: �.)�filezInv. counter: z_abc_registry: z_abc_cache: z_abc_negative_cache: z_abc_negative_cache_version: N)�printrrrr)r)r1� _abc_registry� _abc_cache�_abc_negative_cache�_abc_negative_cache_versionrrr�_dump_registryhs� �zABCMeta._dump_registrycCst|�dS)z.Clear the registry (for debugging or testing).N)r�r)rrr�_abc_registry_cleartszABCMeta._abc_registry_clearcCst|�dS)z,Clear the caches (for debugging or testing).N)r r8rrr�_abc_caches_clearxszABCMeta._abc_caches_clear)N)rrrrr#r,r.r/r7r9r:rrrrrr!Gs r!c@seZdZdZdZdS)�ABCzVHelper class that provides a standard way to create an ABC using inheritance. rN)rrrr� __slots__rrrrr;}sr;)� metaclassN)rr�classmethodr�staticmethodr�propertyr�_abcrrrrrrrr �ImportErrorZ_py_abcr!r�typer;rrrr�<module>s ,6
/home/jackpotjunglegam/../../lib64/python3.8/xmlrpc/../sqlite3/./../__pycache__/abc.cpython-38.pyc