OwlCyberSecurity - MANAGER
Edit File: fix_print.pyo
� �V~gc�����������@���s����d��Z��d�d�l�m�Z�d�d�l�m�Z�d�d�l�m�Z�d�d�l�m�Z�d�d�l�m�Z�m �Z �m �Z �m�Z�m�Z�e�j �d���Z�d�e�j�f�d �������YZ�d �S(���s��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__ i���(���t���patcomp(���t���pytree(���t���token(���t ���fixer_base(���t���Namet���Callt���Commat���Stringt���is_tuples"���atom< '(' [atom|STRING|NAME] ')' >t���FixPrintc�����������B���s&���e��Z�e�Z�d��Z�d����Z�d����Z�RS(���sP��� simple_stmt< any* bare='print' any* > | print_stmt c���������C���s���|�j��d���}�|�r>�|�j�t�t�d���g��d�|�j����d��S|�j�d�}�t�|���d�k�rt�t�j�|�d���rt�d��Sd��}�}�}�|�r��|�d�t ����k�r��|�d� }�d�}�n��|�r��|�d�t�j�t �j�d���k�r��|�d�j����}�|�d �}�n��g��|�D]�}�|�j����^�q��} �| �r%d �| �d�_�n��|�d��k �sI|�d��k �sI|�d��k �r�|�d��k �rw|��j�| �d�t�t�|�������n��|�d��k �r�|��j�| �d�t�t�|�������n��|�d��k �r�|��j�| �d �|���q�n��t�t�d���| ���} �|�j�| �_�| �S(���Nt���bareu���printt���prefixi���i����i����t��� u���>>i���u����u���sepu���endu���file(���t���gett���replaceR���R���R���t���childrent���lent���parend_exprt���matcht���NoneR���R���t���LeafR���t ���RIGHTSHIFTt���clonet ���add_kwargR���t���repr(���t���selft���nodet���resultst ���bare_printt���argst���sept���endt���filet���argt���l_argst���n_stmt(����(����s<���/opt/alt/python27/lib64/python2.7/lib2to3/fixes/fix_print.pyt ���transform%���s8���� % % $""c���������C���sr���d�|�_��t�j�|��j�j�t�|���t�j�t�j�d���|�f���}�|�ra�|�j �t ������d�|�_��n��|�j �|���d��S(���Nu����u���=u��� (���R���R���t���Nodet���symst���argumentR���R���R���t���EQUALt���appendR���(���R���t���l_nodest���s_kwdt���n_exprt ���n_argument(����(����s<���/opt/alt/python27/lib64/python2.7/lib2to3/fixes/fix_print.pyR���M���s���� (���t���__name__t ���__module__t���Truet ���BM_compatiblet���PATTERNR$���R���(����(����(����s<���/opt/alt/python27/lib64/python2.7/lib2to3/fixes/fix_print.pyR ������s��� (N(���t���__doc__t����R����R���t���pgen2R���R���t ���fixer_utilR���R���R���R���R���t���compile_patternR���t���BaseFixR ���(����(����(����s<���/opt/alt/python27/lib64/python2.7/lib2to3/fixes/fix_print.pyt���<module>���s���(