
    daf                     J    d Z ddlmZ ddlmZ  G d dej
                        Zy)z2Fixer that changes raw_input(...) into input(...).   )
fixer_base)Namec                       e Zd ZdZdZd Zy)FixRawInputTzU
              power< name='raw_input' trailer< '(' [any] ')' > any* >
              c                 Z    |d   }|j                  t        d|j                               y )Nnameinput)prefix)replacer   r
   )selfnoderesultsr   s       6/root/Python-3.12.4/Lib/lib2to3/fixes/fix_raw_input.py	transformzFixRawInput.transform   s"    vT'$++67    N)__name__
__module____qualname__BM_compatiblePATTERNr    r   r   r   r      s    MG8r   r   N)__doc__ r   
fixer_utilr   BaseFixr   r   r   r   <module>r      s"    8  	8*$$ 	8r   