![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /opt/alt/python35/lib64/python3.5/lib2to3/fixes/__pycache__/ |
��YfE � @ sC d Z d d l m Z d d l m Z Gd d � d e j � Z d S)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 Z d Z d Z d Z d Z d d � Z d S)� 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 d d | � d S)N� functools�reduce)r )�selfZnodeZresults� r �=/opt/alt/python35/lib64/python3.5/lib2to3/fixes/fix_reduce.py� transform"