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

�֦i8��~�dZddlmZddlmZddlmZmZmZm	Z	m
Z
ddlmZ
ddlmZGd�dej �Zy	)
aFixer that changes map(F, ...) into list(map(F, ...)) unless there
exists a 'from future_builtins import map' statement in the top-level
namespace.

As a special case, map(None, X) is changed into list(X).  (This is
necessary because the semantics are changed in this case -- the new
map(None, X) is equivalent to [(x,) for x in X].)

We avoid the transformation (except for the special case mentioned
above) if the map() call is directly contained in iter(<>), list(<>),
tuple(<>), sorted(<>), ...join(<>), or for V in <>:.

NOTE: This is still not correct if the original code was depending on
map(F, X, Y, ...) to go on until the longest argument is exhausted,
substituting None for missing values -- like zip(), it now stops as
soon as the shortest argument is exhausted.
�)�token)�
fixer_base)�Name�ArgList�Call�ListComp�in_special_context)�python_symbols)�Nodec��eZdZdZdZdZd�Zy)�FixMapTaL
    map_none=power<
        'map'
        trailer< '(' arglist< 'None' ',' arg=any [','] > ')' >
        [extra_trailers=trailer*]
    >
    |
    map_lambda=power<
        'map'
        trailer<
            '('
            arglist<
                lambdef< 'lambda'
                         (fp=NAME | vfpdef< '(' fp=NAME ')'> ) ':' xp=any
                >
                ','
                it=any
            >
            ')'
        >
        [extra_trailers=trailer*]
    >
    |
    power<
        'map' args=trailer< '(' [any] ')' >
        [extra_trailers=trailer*]
    >
    zfuture_builtins.mapc�
�|j|�ryg}d|vr)|dD]!}|j|j���#|jjt
jk(rA|j|d�|j�}d|_ttd�|g�}�n�d|vrbt|dj�|dj�|dj��}tt
j|g|zd�	�}�nbd
|vr|dj�}d|_�n	d|vr�|d}|jt
jk(r�|jd
jt
j k(rs|jd
jdjt"j$k(r<|jd
jdj&dk(r|j|d�ytt
jtd�|j�g�}d|_t)|�rytt
jtd�t+g�g|z�}d|_|j|_|S)N�extra_trailerszYou should use a for loop here��list�
map_lambda�xp�fp�it)�prefix�map_none�arg�args���Nonezjcannot convert map(None, ...) with multiple arguments because map() now truncates to the shortest sequence�map)�should_skip�append�clone�parent�type�syms�simple_stmt�warningrrrrr�power�trailer�children�arglistr�NAME�valuer	r)�self�node�results�trailers�t�newrs       �./usr/lib64/python3.12/lib2to3/fixes/fix_map.py�	transformzFixMap.transform@s�����D�!�����w�&��-�.��������	�*�/��;�;���t�/�/�/��L�L��?�@��*�*�,�C��C�J��t�F�|�c�U�+�C�
�W�
$��7�4�=�.�.�0�"�4�=�.�.�0�"�4�=�.�.�0�2�C��t�z�z�C�5�8�#3�B�?�C��W�$��e�n�*�*�,����
��W�$�"�6�?�D��y�y�D�L�L�0��}�}�Q�'�,�,����<��}�}�Q�'�0�0��3�8�8�E�J�J�F��}�}�Q�'�0�0��3�9�9�V�C����T�,N�O���t�z�z�D��K�����+F�G�C�!#�C�J�%�d�+���t�z�z�D��L�'�3�%�.�#A�H�#L�M�C��C�J��[�[��
��
�N)�__name__�
__module__�__qualname__�
BM_compatible�PATTERN�skip_onr3�r4r2r
r
s���M��G�:$�G�.r4r
N)�__doc__�pgen2rrr�
fixer_utilrrrrr	�pygramr
r#�pytreer�ConditionalFixr
r;r4r2�<module>rBs2���&��J�J�+��P�Z�
&�
&�Pr4

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