__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

aptanhua@216.73.217.134: ~ $
�

�֦i|��Z�dZddlmZddlmZddlmZmZGd�dej�Zy)a&Fixer for has_key().

Calls to .has_key() methods are expressed in terms of the 'in'
operator:

    d.has_key(k) -> k in d

CAVEATS:
1) While the primary target of this fixer is dict.has_key(), the
   fixer will change any has_key() method call, regardless of its
   class.

2) Cases like this will not be converted:

    m = d.has_key
    if m(k):
        ...

   Only *calls* to has_key() are converted. While it is possible to
   convert the above to something like

    m = d.__contains__
    if m(k):
        ...

   this is currently not done.
�)�pytree)�
fixer_base)�Name�parenthesizec��eZdZdZdZd�Zy)�	FixHasKeyTa�
    anchor=power<
        before=any+
        trailer< '.' 'has_key' >
        trailer<
            '('
            ( not(arglist | argument<any '=' any>) arg=any
            | arglist<(not argument<any '=' any>) arg=any ','>
            )
            ')'
        >
        after=any*
    >
    |
    negation=not_test<
        'not'
        anchor=power<
            before=any+
            trailer< '.' 'has_key' >
            trailer<
                '('
                ( not(arglist | argument<any '=' any>) arg=any
                | arglist<(not argument<any '=' any>) arg=any ','>
                )
                ')'
            >
        >
    >
    c
�`�|j}|jj|jk(r&|jj|j�ry|j
d�}|d}|j}|dD�cgc]}|j���}}|dj�}	|j
d�}
|
r|
D�cgc]}|j���}
}|	j|j|j|j|j|j|j|jfvrt|	�}	t!|�dk(r|d}n t#j$|j&|�}d|_t)d	d�
�}|r/t)dd�
�}t#j$|j*||f�}t#j$|j|	||f�}
|
r8t|
�}
t#j$|j&|
ft-|
�z�}
|jj|j|j.|j0|j2|j4|j6|j8|j:|j&f	vrt|
�}
||
_|
Scc}wcc}w)N�negation�anchor�before�arg�after��� �in)�prefix�not)�syms�parent�type�not_test�pattern�match�getr�clone�
comparison�and_test�or_test�test�lambdef�argumentr�lenr�Node�powerr�comp_op�tuple�expr�xor_expr�and_expr�
shift_expr�
arith_expr�term�factor)�self�node�resultsrr
rr�nrr
r�n_op�n_not�news              �2/usr/lib64/python3.12/lib2to3/fixes/fix_has_key.py�	transformzFixHasKey.transformGs���y�y���K�K����
�
�-��L�L���t�{�{�+���;�;�z�*����"������%,�X�%6�7�%6��!�'�'�)�%6��7��e�n�"�"�$�����G�$���(-�.��1�Q�W�W�Y��E�.��8�8��������
�
����d�i�i����t�}�}�N�N��s�#�C��v�;�!���A�Y�F��[�[����V�4�F���
��D��%�����s�+�E��;�;�t�|�|�e�T�]�;�D��k�k�$�/�/�C��v�+>�?����s�#�C��+�+�d�j�j�3�&�5��<�*?�@�C��;�;���������D�M�M� $�
�
�t��� $������ $���T�Z�Z� 9�9��s�#�C���
��
��78��/s�?J&�J+N)�__name__�
__module__�__qualname__�
BM_compatible�PATTERNr7��r6rr&s���M��G�<&r>rN)	�__doc__�rr�
fixer_utilrr�BaseFixrr=r>r6�<module>rCs)���:��+�G�
�"�"�Gr>

Filemanager

Name Type Size Permission Actions
__init__.cpython-312.opt-1.pyc File 144 B 0644
__init__.cpython-312.opt-2.pyc File 144 B 0644
__init__.cpython-312.pyc File 144 B 0644
fix_apply.cpython-312.opt-1.pyc File 2.69 KB 0644
fix_apply.cpython-312.opt-2.pyc File 2.61 KB 0644
fix_apply.cpython-312.pyc File 2.71 KB 0644
fix_asserts.cpython-312.opt-1.pyc File 1.49 KB 0644
fix_asserts.cpython-312.opt-2.pyc File 1.43 KB 0644
fix_asserts.cpython-312.pyc File 1.49 KB 0644
fix_basestring.cpython-312.opt-1.pyc File 772 B 0644
fix_basestring.cpython-312.opt-2.pyc File 731 B 0644
fix_basestring.cpython-312.pyc File 772 B 0644
fix_buffer.cpython-312.opt-1.pyc File 962 B 0644
fix_buffer.cpython-312.opt-2.pyc File 897 B 0644
fix_buffer.cpython-312.pyc File 962 B 0644
fix_dict.cpython-312.opt-1.pyc File 4.38 KB 0644
fix_dict.cpython-312.opt-2.pyc File 3.51 KB 0644
fix_dict.cpython-312.pyc File 4.47 KB 0644
fix_except.cpython-312.opt-1.pyc File 3.93 KB 0644
fix_except.cpython-312.opt-2.pyc File 3.5 KB 0644
fix_except.cpython-312.pyc File 3.93 KB 0644
fix_exec.cpython-312.opt-1.pyc File 1.55 KB 0644
fix_exec.cpython-312.opt-2.pyc File 1.4 KB 0644
fix_exec.cpython-312.pyc File 1.57 KB 0644
fix_execfile.cpython-312.opt-1.pyc File 2.66 KB 0644
fix_execfile.cpython-312.opt-2.pyc File 2.54 KB 0644
fix_execfile.cpython-312.pyc File 2.67 KB 0644
fix_exitfunc.cpython-312.opt-1.pyc File 3.49 KB 0644
fix_exitfunc.cpython-312.opt-2.pyc File 3.42 KB 0644
fix_exitfunc.cpython-312.pyc File 3.49 KB 0644
fix_filter.cpython-312.opt-1.pyc File 3.52 KB 0644
fix_filter.cpython-312.opt-2.pyc File 3.07 KB 0644
fix_filter.cpython-312.pyc File 3.52 KB 0644
fix_funcattrs.cpython-312.opt-1.pyc File 1.14 KB 0644
fix_funcattrs.cpython-312.opt-2.pyc File 1.08 KB 0644
fix_funcattrs.cpython-312.pyc File 1.14 KB 0644
fix_future.cpython-312.opt-1.pyc File 911 B 0644
fix_future.cpython-312.opt-2.pyc File 812 B 0644
fix_future.cpython-312.pyc File 911 B 0644
fix_getcwdu.cpython-312.opt-1.pyc File 939 B 0644
fix_getcwdu.cpython-312.opt-2.pyc File 877 B 0644
fix_getcwdu.cpython-312.pyc File 939 B 0644
fix_has_key.cpython-312.opt-1.pyc File 4.11 KB 0644
fix_has_key.cpython-312.opt-2.pyc File 3.55 KB 0644
fix_has_key.cpython-312.pyc File 4.12 KB 0644
fix_idioms.cpython-312.opt-1.pyc File 5.18 KB 0644
fix_idioms.cpython-312.opt-2.pyc File 4.7 KB 0644
fix_idioms.cpython-312.pyc File 5.33 KB 0644
fix_import.cpython-312.opt-1.pyc File 4.15 KB 0644
fix_import.cpython-312.opt-2.pyc File 3.86 KB 0644
fix_import.cpython-312.pyc File 4.15 KB 0644
fix_imports.cpython-312.opt-1.pyc File 5.96 KB 0644
fix_imports.cpython-312.opt-2.pyc File 5.9 KB 0644
fix_imports.cpython-312.pyc File 5.96 KB 0644
fix_imports2.cpython-312.opt-1.pyc File 612 B 0644
fix_imports2.cpython-312.opt-2.pyc File 515 B 0644
fix_imports2.cpython-312.pyc File 612 B 0644
fix_input.cpython-312.opt-1.pyc File 1.23 KB 0644
fix_input.cpython-312.opt-2.pyc File 1.17 KB 0644
fix_input.cpython-312.pyc File 1.23 KB 0644
fix_intern.cpython-312.opt-1.pyc File 1.37 KB 0644
fix_intern.cpython-312.opt-2.pyc File 1.31 KB 0644
fix_intern.cpython-312.pyc File 1.37 KB 0644
fix_isinstance.cpython-312.opt-1.pyc File 2.29 KB 0644
fix_isinstance.cpython-312.opt-2.pyc File 1.98 KB 0644
fix_isinstance.cpython-312.pyc File 2.29 KB 0644
fix_itertools.cpython-312.opt-1.pyc File 1.93 KB 0644
fix_itertools.cpython-312.opt-2.pyc File 1.58 KB 0644
fix_itertools.cpython-312.pyc File 1.93 KB 0644
fix_itertools_imports.cpython-312.opt-1.pyc File 2.56 KB 0644
fix_itertools_imports.cpython-312.opt-2.pyc File 2.49 KB 0644
fix_itertools_imports.cpython-312.pyc File 2.64 KB 0644
fix_long.cpython-312.opt-1.pyc File 838 B 0644
fix_long.cpython-312.opt-2.pyc File 778 B 0644
fix_long.cpython-312.pyc File 838 B 0644
fix_map.cpython-312.opt-1.pyc File 4.4 KB 0644
fix_map.cpython-312.opt-2.pyc File 3.63 KB 0644
fix_map.cpython-312.pyc File 4.4 KB 0644
fix_metaclass.cpython-312.opt-1.pyc File 10.1 KB 0644
fix_metaclass.cpython-312.opt-2.pyc File 8.78 KB 0644
fix_metaclass.cpython-312.pyc File 10.19 KB 0644
fix_methodattrs.cpython-312.opt-1.pyc File 1.12 KB 0644
fix_methodattrs.cpython-312.opt-2.pyc File 1.05 KB 0644
fix_methodattrs.cpython-312.pyc File 1.12 KB 0644
fix_ne.cpython-312.opt-1.pyc File 1.01 KB 0644
fix_ne.cpython-312.opt-2.pyc File 996 B 0644
fix_ne.cpython-312.pyc File 1.01 KB 0644
fix_next.cpython-312.opt-1.pyc File 4.25 KB 0644
fix_next.cpython-312.opt-2.pyc File 4.19 KB 0644
fix_next.cpython-312.pyc File 4.26 KB 0644
fix_nonzero.cpython-312.opt-1.pyc File 1.05 KB 0644
fix_nonzero.cpython-312.opt-2.pyc File 1021 B 0644
fix_nonzero.cpython-312.pyc File 1.05 KB 0644
fix_numliterals.cpython-312.opt-1.pyc File 1.4 KB 0644
fix_numliterals.cpython-312.opt-2.pyc File 1.34 KB 0644
fix_numliterals.cpython-312.pyc File 1.4 KB 0644
fix_operator.cpython-312.opt-1.pyc File 5.49 KB 0644
fix_operator.cpython-312.opt-2.pyc File 5.02 KB 0644
fix_operator.cpython-312.pyc File 5.49 KB 0644
fix_paren.cpython-312.opt-1.pyc File 1.58 KB 0644
fix_paren.cpython-312.opt-2.pyc File 1.46 KB 0644
fix_paren.cpython-312.pyc File 1.58 KB 0644
fix_print.cpython-312.opt-1.pyc File 3.27 KB 0644
fix_print.cpython-312.opt-2.pyc File 3 KB 0644
fix_print.cpython-312.pyc File 3.42 KB 0644
fix_raise.cpython-312.opt-1.pyc File 3.3 KB 0644
fix_raise.cpython-312.opt-2.pyc File 2.7 KB 0644
fix_raise.cpython-312.pyc File 3.3 KB 0644
fix_raw_input.cpython-312.opt-1.pyc File 944 B 0644
fix_raw_input.cpython-312.opt-2.pyc File 881 B 0644
fix_raw_input.cpython-312.pyc File 944 B 0644
fix_reduce.cpython-312.opt-1.pyc File 1.19 KB 0644
fix_reduce.cpython-312.opt-2.pyc File 1.07 KB 0644
fix_reduce.cpython-312.pyc File 1.19 KB 0644
fix_reload.cpython-312.opt-1.pyc File 1.38 KB 0644
fix_reload.cpython-312.opt-2.pyc File 1.32 KB 0644
fix_reload.cpython-312.pyc File 1.38 KB 0644
fix_renames.cpython-312.opt-1.pyc File 2.79 KB 0644
fix_renames.cpython-312.opt-2.pyc File 2.72 KB 0644
fix_renames.cpython-312.pyc File 2.79 KB 0644
fix_repr.cpython-312.opt-1.pyc File 1.1 KB 0644
fix_repr.cpython-312.opt-2.pyc File 1.04 KB 0644
fix_repr.cpython-312.pyc File 1.1 KB 0644
fix_set_literal.cpython-312.opt-1.pyc File 2.57 KB 0644
fix_set_literal.cpython-312.opt-2.pyc File 2.5 KB 0644
fix_set_literal.cpython-312.pyc File 2.57 KB 0644
fix_standarderror.cpython-312.opt-1.pyc File 833 B 0644
fix_standarderror.cpython-312.opt-2.pyc File 783 B 0644
fix_standarderror.cpython-312.pyc File 833 B 0644
fix_sys_exc.cpython-312.opt-1.pyc File 1.96 KB 0644
fix_sys_exc.cpython-312.opt-2.pyc File 1.8 KB 0644
fix_sys_exc.cpython-312.pyc File 1.96 KB 0644
fix_throw.cpython-312.opt-1.pyc File 2.39 KB 0644
fix_throw.cpython-312.opt-2.pyc File 2.17 KB 0644
fix_throw.cpython-312.pyc File 2.39 KB 0644
fix_tuple_params.cpython-312.opt-1.pyc File 7.65 KB 0644
fix_tuple_params.cpython-312.opt-2.pyc File 7.32 KB 0644
fix_tuple_params.cpython-312.pyc File 7.65 KB 0644
fix_types.cpython-312.opt-1.pyc File 2.22 KB 0644
fix_types.cpython-312.opt-2.pyc File 1.76 KB 0644
fix_types.cpython-312.pyc File 2.22 KB 0644
fix_unicode.cpython-312.opt-1.pyc File 2.12 KB 0644
fix_unicode.cpython-312.opt-2.pyc File 1.94 KB 0644
fix_unicode.cpython-312.pyc File 2.12 KB 0644
fix_urllib.cpython-312.opt-1.pyc File 8.93 KB 0644
fix_urllib.cpython-312.opt-2.pyc File 8.41 KB 0644
fix_urllib.cpython-312.pyc File 8.93 KB 0644
fix_ws_comma.cpython-312.opt-1.pyc File 1.52 KB 0644
fix_ws_comma.cpython-312.opt-2.pyc File 1.34 KB 0644
fix_ws_comma.cpython-312.pyc File 1.52 KB 0644
fix_xrange.cpython-312.opt-1.pyc File 3.72 KB 0644
fix_xrange.cpython-312.opt-2.pyc File 3.66 KB 0644
fix_xrange.cpython-312.pyc File 3.72 KB 0644
fix_xreadlines.cpython-312.opt-1.pyc File 1.25 KB 0644
fix_xreadlines.cpython-312.opt-2.pyc File 1.13 KB 0644
fix_xreadlines.cpython-312.pyc File 1.25 KB 0644
fix_zip.cpython-312.opt-1.pyc File 1.93 KB 0644
fix_zip.cpython-312.opt-2.pyc File 1.61 KB 0644
fix_zip.cpython-312.pyc File 1.93 KB 0644