관리-도구
편집 파일: fix_cmp.cpython-311.pyc
� �܋f� � �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.6/venv/lib/python3.11/site-packages/libfuturize/fixes/fix_cmp.py� transformzFixCmp.transform s&