Viewing File: /opt/alt/python311/lib64/python3.11/lib2to3/fixes/__pycache__/fix_reduce.cpython-311.opt-1.pyc
fE 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_basetouch_importc e Zd ZdZdZdZd ZdS ) FixReduceTpreai
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 functoolsreducer )selfnoderesultss ?/opt/alt/python311/lib64/python3.11/lib2to3/fixes/fix_reduce.py transformzFixReduce.transform"