Uname : Linux premium36.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
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
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&