Hacked By AnonymousFox

Current Path : /opt/alt/python35/lib64/python3.5/lib2to3/fixes/__pycache__/
Upload File :
Current File : //opt/alt/python35/lib64/python3.5/lib2to3/fixes/__pycache__/fix_print.cpython-35.opt-1.pyc



��Yf&�@s�dZddlmZddlmZddlmZddlmZddlmZm	Z	m
Z
mZmZej
d�ZGdd	�d	ej�Zd
S)aFixer 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�String�is_tuplez"atom< '(' [atom|STRING|NAME] ')' >c@s4eZdZdZdZdd�Zdd�ZdS)�FixPrintTzP
              simple_stmt< any* bare='print' any* > | print_stmt
              c
Cs�|jd�}|r>|jttd�gd|j��dS|jdd�}t|�dkrztj|d�rzdSd}}}|r�|dt	�kr�|dd�}d}|r�|dt
jtj
d�kr�|dj�}|dd�}d	d
�|D�}|r"d|d_|dk	sF|dk	sF|dk	r�|dk	rq|j|dtt|���|dk	r�|j|d
tt|���|dk	r�|j|d|�ttd�|�}	|j|	_|	S)NZbare�print�prefix��� z>>�cSsg|]}|j��qS�)�clone)�.0�argrr�</opt/alt/python35/lib64/python3.5/lib2to3/fixes/fix_print.py�
<listcomp>?s	z&FixPrint.transform.<locals>.<listcomp>��sep�end�file���r)�get�replacerrr
Zchildren�len�parend_expr�matchrr�Leafr�
RIGHTSHIFTr�	add_kwargr	�repr)
�selfZnodeZresultsZ
bare_print�argsrrrZl_argsZn_stmtrrr�	transform%s8
%%
$zFixPrint.transformcCsod|_tj|jjt|�tjtjd�|f�}|r^|j	t
��d|_|j	|�dS)Nr�=r)r
rZNodeZsymsZargumentrr"r�EQUAL�appendr)r&Zl_nodesZs_kwdZn_exprZ
n_argumentrrrr$Ms			zFixPrint.add_kwargN)�__name__�
__module__�__qualname__Z
BM_compatibleZPATTERNr(r$rrrrrs(rN)�__doc__rrrZpgen2rrZ
fixer_utilrrrr	r
Zcompile_patternr ZBaseFixrrrrr�<module>s(	

Hacked By AnonymousFox1.0, Coded By AnonymousFox