| Server IP : 185.143.234.130 / Your IP : 185.215.232.195 Web Server : LiteSpeed System : Linux jambul.7ho.st 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 User : renecafe ( 1327) PHP Version : 8.1.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib64/python3.9/lib2to3/fixes/__pycache__/ |
Upload File : |
a
�DOg8 � @ sb d dl mZ d dlmZ d dlmZmZmZmZm Z d dl
mZ d dl
mZ G dd� dej�ZdS ) � )�token)�
fixer_base)�Name�ArgList�Call�ListComp�in_special_context)�python_symbols)�Nodec @ s e Zd ZdZdZdZdd� ZdS )�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 C s� | � |�rd S g }d|v r6|d D ]}|�|�� � q"|jjtjkrr| �|d� |�� }d|_t t
d�|g�}�n&d|v r�t|d �� |d �� |d �� �}ttj
|g| dd �}n�d
|v r�|d �� }d|_n�d|v �rf|d }|jtjk�rH|jd
jtjk�rH|jd
jd jtjk�rH|jd
jd jdk�rH| �|d� d S ttj
t
d�|�� g�}d|_t|��rtd S ttj
t
d�t|g�g| �}d|_|j|_|S )NZextra_trailerszYou should use a for loop here� �listZ
map_lambdaZxp�fp�it)�prefixZmap_none�arg�args� � �Nonezjcannot convert map(None, ...) with multiple arguments because map() now truncates to the shortest sequence�map)Zshould_skip�appendZclone�parent�type�symsZsimple_stmt�warningr r r r r
ZpowerZtrailerZchildrenZarglistr �NAME�valuer r )�selfZnode�resultsZtrailers�t�newr � r"