|
Server : LiteSpeed System : Linux host 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 User : idnco5810 ( 1093) PHP Version : 8.2.29 Disable Function : NONE Directory : /lib/python3.10/lib2to3/fixes/__pycache__/ |
Upload File : |
o
��bc � @ sR d Z ddlmZ ddlmZ ddlmZ ddlm Z m
Z
mZ G dd� dej�Z
dS ) a7
Fixer that changes zip(seq0, seq1, ...) into list(zip(seq0, seq1, ...)
unless there exists a 'from future_builtins import zip' statement in the
top-level namespace.
We avoid the transformation if the zip() call is directly contained in
iter(<>), list(<>), tuple(<>), sorted(<>), ...join(<>), or for V in <>:.
� )�
fixer_base)�Node)�python_symbols)�Name�ArgList�in_special_contextc @ s e Zd ZdZdZdZdd� ZdS )�FixZipTzN
power< 'zip' args=trailer< '(' [any] ')' > [trailers=trailer*]
>
zfuture_builtins.zipc C s� | � |�rd S t|�r
d S |d �� }d|_g }d|v r-dd� |d D �}|D ]}d|_q'ttjtd�|gdd�}ttjtd�t|g�g| �}|j|_|S ) N�args� �trailersc S s g | ]}|� � �qS � )�clone)�.0�nr r �,/usr/lib/python3.10/lib2to3/fixes/fix_zip.py�
<listcomp>'