Server : Apache System : Linux server1.cgrithy.com 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64 User : nobody ( 99) PHP Version : 8.1.23 Disable Function : NONE Directory : /opt/alt/python311/lib64/python3.11/lib2to3/fixes/__pycache__/ |
� �,dE � �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 �?/opt/alt/python311/lib64/python3.11/lib2to3/fixes/fix_reduce.py� transformzFixReduce.transform"