⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.212
Server IP:
97.74.87.16
Server:
Linux 16.87.74.97.host.secureserver.net 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib64
/
python3.9
/
lib2to3
/
fixes
/
__pycache__
/
View File Name :
fix_map.cpython-39.opt-2.pyc
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"