Viewing File: /opt/alt/python38/lib64/python3.8/lib2to3/fixes/__pycache__/fix_reduce.cpython-38.opt-1.pyc
U
¡ê,aE ã @ 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"