HEX
Server: LiteSpeed
System: Linux standart12.isimtescil.net 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: mvqmakin (1201)
PHP: 8.1.34
Disabled: dl,exec,shell_exec,system,passthru,popen,pclose,proc_open,mail,proc_nice,proc_terminate,proc_get_status,proc_close,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,escapeshellcmd,escapeshellarg,shell-exec,crack_check,crack_closedict,crack_getlastmessage,crack_opendict,symlink,ini_restore,posix_getpwuid,ini_sefind,grep,sh2_exec,diskfreespace,disk_free_space,disk_total_space,highlight_file,link,lchgrp,lchown,show_source,sendmail
Upload Files
File: //usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.opt-1.pyc
�

�֦i���n�ddlZGd�dej�ZGd�dejdd��Zy)�Nc�(��eZdZdZ�fd�Zd�Z�xZS)�FreezableDefaultDicta!
    Often it is desirable to prevent the mutation of
    a default dict after its initial construction, such
    as to prevent mutation during iteration.

    >>> dd = FreezableDefaultDict(list)
    >>> dd[0].append('1')
    >>> dd.freeze()
    >>> dd[1]
    []
    >>> len(dd)
    1
    c�:��t|dt�|��|�S)N�_frozen)�getattr�super�__missing__)�self�key�	__class__s  ��8/usr/lib64/python3.12/importlib/metadata/_collections.pyr	z FreezableDefaultDict.__missing__s���<�w�t�Y���(;�<�S�A�A�c����fd��_y)Nc�$���j�S)N)�default_factory)rr
s �r
�<lambda>z-FreezableDefaultDict.freeze.<locals>.<lambda>s���4�#7�#7�#9r)r)r
s`r
�freezezFreezableDefaultDict.freezes
���9��r)�__name__�
__module__�__qualname__�__doc__r	r�
__classcell__)rs@r
rrs����B�:rrc��eZdZed��Zy)�Pairc	�\�|ttj|jdd���S)N�=�)�map�str�strip�split)�cls�texts  r
�parsez
Pair.parses#���C��	�	�4�:�:�c�1�#5�6�7�7rN)rrr�classmethodr$�rr
rrs���8��8rrz
name value)�collections�defaultdictr�
namedtuplerr&rr
�<module>r*s6���:�;�2�2�:�,8�!�;�!�!�&�,�7�8r