B
    18\e                 @   s:   d Z ddlmZ ddlmZmZmZ G dd dejZdS )z/Fixer that transforms `xyzzy` into repr(xyzzy).   )
fixer_base)CallNameparenthesizec               @   s   e Zd ZdZdZdd ZdS )FixReprTz7
              atom < '`' expr=any '`' >
              c             C   s8   |d   }|j| jjkr"t|}ttd|g|jdS )Nexprrepr)prefix)clonetypesyms	testlist1r   r   r   r	   )selfnoderesultsr    r   Z/oak/stanford/groups/akundaje/marinovg/programs/Python-3.7.3/Lib/lib2to3/fixes/fix_repr.py	transform   s    zFixRepr.transformN)__name__
__module____qualname__BM_compatiblePATTERNr   r   r   r   r   r      s   r   N)	__doc__ r   
fixer_utilr   r   r   BaseFixr   r   r   r   r   <module>   s   