File: //opt/python38/lib/python3.8/lib2to3/fixes/__pycache__/fix_reduce.cpython-38.opt-2.pyc
U
�i�_E � @ s. d dl mZ d dlmZ G dd� dej�ZdS )� )�
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 )�selfZnode�results� r �7/opt/python38/lib/python3.8/lib2to3/fixes/fix_reduce.py� transform"