Current Path : /opt/alt/python36/lib64/python3.6/lib2to3/fixes/__pycache__/ |
Current File : //opt/alt/python36/lib64/python3.6/lib2to3/fixes/__pycache__/fix_reduce.cpython-36.opt-2.pyc |
3 ��2aE � @ 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/python36/lib64/python3.6/fix_reduce.py� transform"