
    Fwg                     N    d Z ddlmZ ddlmZ dZ G d dej                        Zy)z(
Fixer for getfullargspec -> getargspec
    )
fixer_base)Namez_some of the values returned by getfullargspec are not valid in Python 2 and have no equivalent.c                       e Zd ZdZd Zy)FixFullargspecz'getfullargspec'c                 \    | j                  |t               t        d|j                        S )N
getargspec)prefix)warningwarn_msgr   r	   )selfnoderesultss      Z/var/www/horilla/myenv/lib/python3.12/site-packages/libpasteurize/fixes/fix_fullargspec.py	transformzFixFullargspec.transform   s!    T8$M$++66    N)__name__
__module____qualname__PATTERNr    r   r   r   r   
   s    !G7r   r   N)__doc__lib2to3r   lib2to3.fixer_utilr   r   BaseFixr   r   r   r   <module>r      s)     #m7Z'' 7r   