AlkantarClanX12
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-1.pyc |
B � fE � @ 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 )� 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 )�selfZnodeZresults� r �=/opt/alt/python37/lib64/python3.7/lib2to3/fixes/fix_reduce.py� transform"