__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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.152: ~ $
�

�֦i
��|�dZddlmZddlmZddlmZddlmZmZm	Z	m
Z
mZmZd�Z
Gd�dej�Zy	)
a�Fixer for except statements with named exceptions.

The following cases will be converted:

- "except E, T:" where T is a name:

    except E as T:

- "except E, T:" where T is not a name, tuple or list:

        except E as t:
            T = t

    This is done because the target of an "except" clause must be a
    name.

- "except E, T:" where T is a tuple or list literal:

        except E as t:
            T = t.args
�)�pytree)�token)�
fixer_base)�Assign�Attr�Name�is_tuple�is_list�symsc#�K�t|�D]L\}}|jtjk(s�$|jdj
dk(s�A|||dzf���Ny�w)N��exceptr)�	enumerate�typer�
except_clause�children�value)�nodes�i�ns   �1/usr/lib64/python3.12/lib2to3/fixes/fix_except.py�find_exceptsrsS�����%� ���1��6�6�T�'�'�'��z�z�!�}�"�"�h�.��%��!��*�o�%�!�s�/A�A�Ac��eZdZdZdZd�Zy)�	FixExceptTa1
    try_stmt< 'try' ':' (simple_stmt | suite)
                  cleanup=(except_clause ':' (simple_stmt | suite))+
                  tail=(['except' ':' (simple_stmt | suite)]
                        ['else' ':' (simple_stmt | suite)]
                        ['finally' ':' (simple_stmt | suite)]) >
    c
��|j}|dD�cgc]}|j���}}|dD�cgc]}|j���}}t|�D�]�\}}	t|j�dk(s� |jdd\}
}}|jt
dd���|jtjk7�r	t
|j�d��}
|j�}d|_|j|
�|
j�}
|	j}t|�D]!\}}t|tj�s�!nt!|�st#|�r t%|t'|
t
d	���}nt%||
�}t)|d�D]}|	j+d
|��|	j+||���v|jdk(s���d|_���|jddD�cgc]}|j���c}|z|z}tj|j|�Scc}wcc}wcc}w)N�tail�cleanup���as� )�prefix��argsr
�)r�cloner�lenr�replacerrr�NAME�new_namer"r�
isinstancer�Noder	r
rr�reversed�insert_child)�self�node�resultsrrr�ch�try_cleanupr�e_suite�E�comma�N�new_N�target�suite_stmtsr�stmt�assign�child�crs                      r�	transformzFixExcept.transform/s����y�y��#*�6�?�3�?�a����	�?��3�,3�I�,>�?�,>�b�r�x�x�z�,>��?�&2�;�&?�"�M�7��=�)�)�*�a�/� -� 6� 6�q�� ;�
��E�1��
�
�d�4��4�5��6�6�U�Z�Z�'� ������=�E��W�W�Y�F�$&�F�M��I�I�e�$�!�K�K�M�E�#*�"2�"2�K�#,�[�#9���4�%�d�F�K�K�8�!�$:� ��{�g�a�j�!'���U�D��L�0I�!J��!'���!6��"*�+�b�q�/�!:���,�,�Q��6�";��(�(��F�3��X�X��^� #�A�H�I'@�N(,�}�}�R�a�'8�9�'8�!�A�G�G�I�'8�9�K�G�$�N���{�{�4�9�9�h�/�/��W4��?��P:s�H:�H?�:IN)�__name__�
__module__�__qualname__�
BM_compatible�PATTERNr?��rrr$s���M��G�.0rFrN)�__doc__r#r�pgen2rr�
fixer_utilrrrr	r
rr�BaseFixrrErFr�<module>rKs2���0���D�D�&�90�
�"�"�90rF

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