
    e[                     :    d dl mZ d dlmZ  G d de          ZdS )    )BaseFix)Namec                       e Zd ZdZdZd ZdS )	FixParrotz6
    Change functions named 'parrot' to 'cheese'.
    z$funcdef < 'def' name='parrot' any* >c                 f    |d         }|                     t          d|j                             d S )Nnamecheese)replacer   prefix)selfnoderesultsr   s       >  /home/conda/feedstock_root/build_artifacts/python-split_1708115622739/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/lib/python3.11/lib2to3/tests/data/fixers/myfixes/fix_parrot.py	transformzFixParrot.transform   s/    vT(DK0011111    N)__name__
__module____qualname____doc__PATTERNr    r   r   r   r      s4          9G2 2 2 2 2r   r   N)lib2to3.fixer_baser   lib2to3.fixer_utilr   r   r   r   r   <module>r      s]    & & & & & & # # # # # #	2 	2 	2 	2 	2 	2 	2 	2 	2 	2r   