whoami7 - Manager
:
/
opt
/
alt
/
python310
/
lib64
/
python3.10
/
lib2to3
/
fixes
/
__pycache__
/
Upload File:
files >> //opt/alt/python310/lib64/python3.10/lib2to3/fixes/__pycache__/fix_reduce.cpython-310.opt-2.pyc
o S�gE � @ s0 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�reducer )�selfZnodeZresults� r �?/opt/alt/python310/lib64/python3.10/lib2to3/fixes/fix_reduce.py� transform"