📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib64
›
python3.9
›
lib2to3
›
fixes
›
📁 __pycache__
📍
Lokasi:
/usr/lib64/python3.9/lib2to3/fixes/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: fix_print.cpython-39.pyc
a �i � @ sl d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZm Z m Z mZ e�d�Z G dd � d ej�Zd S )a Fixer for print. Change: 'print' into 'print()' 'print ...' into 'print(...)' 'print ... ,' into 'print(..., end=" ")' 'print >>x, ...' into 'print(..., file=x)' No changes are applied if print_function is imported from __future__ � )�patcomp)�pytree)�token)� fixer_base)�Name�Call�Comma�Stringz"atom< '(' [atom|STRING|NAME] ')' >c @ s$ e Zd ZdZdZdd� Zdd� ZdS )�FixPrintTzP simple_stmt< any* bare='print' any* > | print_stmt c C s� |sJ �|� d�}|r4|�ttd�g |jd�� d S |jd td�ksJJ �|jdd � }t|�dkrvt�|d �rvd S d } }}|r�|d t � kr�|d d� }d}|r�|d t �tj d�kr�t|�d ks�J �|d �� }|d d � }dd� |D �}|�rd |d _|d u�s"|d u�s"|d u�rz|d u�rB| �|dtt|��� |d u�rb| �|dtt|��� |d u�rz| �|d|� ttd�|�} |j| _| S )NZbare�print)�prefix� � ���� z>>r � c S s g | ]}|� � �qS � )�clone)�.0�argr r �//usr/lib64/python3.9/lib2to3/fixes/fix_print.py� <listcomp>? � z&FixPrint.transform.<locals>.<listcomp>� �sep�end�file)�get�replacer r r Zchildren�len�parend_expr�matchr r �Leafr � RIGHTSHIFTr � add_kwargr �repr) �selfZnode�resultsZ bare_print�argsr r r Zl_argsZn_stmtr r r � transform% s@ � zFixPrint.transformc C sN d|_ t�| jjt|�t�tjd�|f�}|r@|� t � � d|_ |� |� d S )Nr �=r )r r ZNodeZsyms�argumentr r"