⚝
One Hat Cyber Team
⚝
Your IP:
160.79.111.159
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib64
/
python3.8
/
lib2to3
/
fixes
/
__pycache__
/
View File Name :
fix_reduce.cpython-38.pyc
U e5dE � @ 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 �0/usr/lib64/python3.8/lib2to3/fixes/fix_reduce.py� transform"