D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
python35
/
lib
/
python3.5
/
lib2to3
/
fixes
/
__pycache__
/
Filename :
fix_reduce.cpython-35.opt-2.pyc
back
Copy
p��YE � @ s= d d l m Z d d l m Z Gd d � d e j � Z d S)� )� fixer_base)�touch_importc @ s. e Z d Z d Z d Z d Z d d � Z d S)� 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 d d | � d S)N� functools�reduce)r )�selfZnode�results� r �)/opt/python35/lib/python3.5/fix_reduce.py� transform"