Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3.10
/
lib2to3
/
fixes
/
__pycache__
📤 Upload
📝 New File
📁 New Folder
Close
Editing: fix_reduce.cpython-310.pyc
o ��bcE � @ s2 d Z ddlmZ ddlmZ G dd� dej�ZdS )zqFixer for reduce(). Makes sure reduce() is imported from the functools module if reduce is used in that module. � )� fixer_base��touch_importc @ s e Zd ZdZdZdZdd� ZdS )� FixReduceT�preai power< 'reduce' trailer< '(' arglist< ( (not(argument<any '=' any>) any ',' not(argument<any '=' any>) any) | (not(argument<any '=' any>) any ',' not(argument<any '=' any>) any ',' not(argument<any '=' any>) any) ) > ')' > > c C s t dd|� d S )N� functools�reducer )�self�node�results� r �//usr/lib/python3.10/lib2to3/fixes/fix_reduce.py� transform"