|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /opt/cppython/lib/python3.8/lib2to3/fixes/__pycache__/ |
U
?��g8 � @ 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|kr6|d D ]}|�|�� � q"|jjtjkrr| �|d� |�� }d|_t t
d�|g�}�n&d|kr�t|d �� |d �� |d �� �}ttj
|g| dd �}n�d
|kr�|d �� }d|_n�d|k�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"