AlkantarClanX12
Current Path : /opt/alt/python311/lib64/python3.11/lib2to3/fixes/__pycache__/ |
Current File : //opt/alt/python311/lib64/python3.11/lib2to3/fixes/__pycache__/fix_reduce.cpython-311.opt-2.pyc |
� c��fE � �F � d dl mZ d dlmZ G d� dej � � ZdS )� )� fixer_base��touch_importc � � e Zd ZdZdZdZd� 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 �( � t dd|� � d S )N� functools�reducer )�self�node�resultss �?/opt/alt/python311/lib64/python3.11/lib2to3/fixes/fix_reduce.py� transformzFixReduce.transform"