python (3.11.7)
    ee                     P    d Z ddlmZ ddlmZmZmZ  G d dej                  ZdS )z/Fixer that transforms `xyzzy` into repr(xyzzy).   )
fixer_base)CallNameparenthesizec                       e Zd ZdZdZd ZdS )FixReprTz7
              atom < '`' expr=any '`' >
              c                     |d                                          }|j        | j        j        k    rt	          |          }t          t
          d          |g|j                  S )Nexprrepr)prefix)clonetypesyms	testlist1r   r   r   r   )selfnoderesultsr
   s       J/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/lib2to3/fixes/fix_repr.py	transformzFixRepr.transform   sU    v$$&&9	+++%%DDLL4&====    N)__name__
__module____qualname__
BM_compatiblePATTERNr    r   r   r   r      s/        MG>