🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 22:19:19 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
python38
/
lib64
/
python3.8
/
lib2to3
/
fixes
/
__pycache__
📍 /opt/alt/python38/lib64/python3.8/lib2to3/fixes/__pycache__
🔄 Refresh
✏️
Editing: fix_reduce.cpython-38.opt-1.pyc
Read Only
U i�fE � @ s2 d Z ddlmZ ddlmZ G dd� 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 @ 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/python38/lib64/python3.8/lib2to3/fixes/fix_reduce.py� transform"