HEX
Server: Apache
System: Linux dinesh8189 5.15.98-grsec-sharedvalley-2.lc.el8.x86_64 #1 SMP Thu Mar 9 09:07:30 -03 2023 x86_64
User: cgmgerenciamento1 (814285)
PHP: 8.1.26
Disabled: apache_child_terminate,dl,escapeshellarg,escapeshellcmd,exec,link,mail,openlog,passthru,pcntl_alarm,pcntl_exec,pcntl_fork,pcntl_get_last_error,pcntl_getpriority,pcntl_setpriority,pcntl_signal,pcntl_signal_dispatch,pcntl_sigprocmask,pcntl_sigtimedwait,pcntl_sigwaitinfo,pcntl_strerror,pcntl_wait,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,php_check_syntax,php_strip_whitespace,popen,proc_close,proc_open,shell_exec,symlink,system
Upload Files
File: //lib64/python3.11/importlib/metadata/__pycache__/_collections.cpython-311.pyc
�

!A?h���n�ddlZGd�dej��ZGd�dejdd����ZdS)�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�Z��t|dt��j��|��S)N�_frozen)�getattr�super�__missing__)�self�key�	__class__s  ��8/usr/lib64/python3.11/importlib/metadata/_collections.pyr	z FreezableDefaultDict.__missing__s&���<�w�t�Y����(;�<�<�S�A�A�A�c����fd��_dS)Nc�,������S)N)�default_factory)rr
s �r
�<lambda>z-FreezableDefaultDict.freeze.<locals>.<lambda>s���4�#7�#7�#9�#9�r)r)r
s`r
�freezezFreezableDefaultDict.freezes���9�9�9�9����r)�__name__�
__module__�__qualname__�__doc__r	r�
__classcell__)rs@r
rrsV���������B�B�B�B�B�:�:�:�:�:�:�:rrc�$�eZdZed���ZdS)�Pairc	�d�|ttj|�dd�����S)N�=�)�map�str�strip�split)�cls�texts  r
�parsez
Pair.parses)���s�C��	�4�:�:�c�1�#5�#5�6�6�7�7rN)rrr�classmethodr$�rr
rrs-�������8�8��[�8�8�8rrz
name value)�collections�defaultdictr�
namedtuplerr&rr
�<module>r*s�������:�:�:�:�:�;�2�:�:�:�,8�8�8�8�8�!�;�!�&�,�7�7�8�8�8�8�8r