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
e f#
@ s d Z d d l Z d d Z e e Z e d d Z e e j Z e e j Z e e j
Z d d Z e e Z
Gd d
d
Z e e j Z e e Z e g j Z e e Z y
e WnF e k
r"e j d Z e e Z e e j Z d Z [ Yn Xe e j Z e e j Z [ [ [ [ f d d d d
Z f d d d Z d d Z! Gd d d Z" d d e# D Z$ d S)zO
Define names for built-in types that aren't directly accessible as a builtin.
Nc C s d S)N r r r */opt/alt/python34/lib64/python3.4/types.py_f s r c C s d S)Nr r r r r
s r c c s d Vd S)N r r r r r _g s r c @ s e Z d Z d d Z d S)_Cc C s d S)Nr )selfr r r _m s z_C._mN)__name__
__module____qualname__r
r r r r r s r c C sG t | | | \ } } } | d k r4 | | n | | | | | S)zBCreate a class object dynamically using the appropriate metaclass.N)
prepare_class)namebaseskwds exec_bodymetansr r r new_class/ s
r c C s | d k r i } n t | } d | k r? | j d } n | rX t | d } n t } t | t r t | | } n t | d r | j | | | } n i } | | | f S)az Call the __prepare__ method of the appropriate metaclass.
Returns (metaclass, namespace, kwds) as a 3-tuple
*metaclass* is the appropriate metaclass
*namespace* is the prepared class namespace
*kwds* is an updated copy of the passed in kwds argument with any
'metaclass' entry removed. If no kwds argument is passed in, this will
be an empty dict.
N metaclassr __prepare__)dictpoptype
isinstance_calculate_metahasattrr )r r r r r r r r r 6 s r c C sc | } xV | D]N } t | } t | | r4 q
n t | | rO | } q
n t d q
W| S)z%Calculate the most derived metaclass.zxmetaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases)r
issubclass TypeError)r r winnerbase base_metar r r r V s
r c @ sy e Z d Z d Z d d d d d d Z d d d Z d d Z d d
Z d d Z d
d Z d d Z
d S)DynamicClassAttributea Route attribute access on a class to __getattr__.
This is a descriptor, used to define attributes that act differently when
accessed through an instance and through a class. Instance access remains
normal, but access to an attribute through a class will be routed to the
class's __getattr__ method; this is done by raising AttributeError.
This allows one to have properties active on an instance, and have virtual
attributes on the class with the same name (see Enum for an example).
Nc C s[ | | _ | | _ | | _ | p' | j | _ | d k | _ t t | d d | _ d S)N__isabstractmethod__F)fgetfsetfdel__doc__
overwrite_docboolgetattrr% )r r&