Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
֦i- , 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/lib64/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&