Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
python-internal
/
lib64
/
python3.11
/
lib2to3
/
fixes
/
__pycache__
/
//opt/alt/python-internal/lib64/python3.11/lib2to3/fixes/__pycache__/fix_reduce.cpython-311.pyc
� !A?hE � �H � d Z ddlmZ ddlmZ G d� 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 � � 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 �E/opt/alt/python-internal/lib64/python3.11/lib2to3/fixes/fix_reduce.py� transformzFixReduce.transform"