ÿØÿà JFIF H H ÿÛ C GIF89;
| System: Linux server378.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 Current Path : /opt/alt/python37/lib64/python3.7/lib2to3/fixes/__pycache__/ |
| Current File : //opt/alt/python37/lib64/python3.7/lib2to3/fixes/__pycache__/fix_reduce.cpython-37.opt-2.pyc |
B
YI~dE � @ s. d dl mZ d dlmZ G dd� dej�ZdS )� )�
fixer_base)�touch_importc @ s e Zd ZdZdZdZdd� ZdS )� FixReduceTZpreai
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�reduce)r )�selfZnode�results� r �=/opt/alt/python37/lib64/python3.7/lib2to3/fixes/fix_reduce.py� transform"