
    4pf                     L    d Z ddlmZ ddlmZ dZ G d dej                  ZdS )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dS )FixFullargspecz'getfullargspec'c                 d    |                      |t                     t          d|j                  S )N
getargspec)prefix)warningwarn_msgr   r	   )selfnoderesultss      c/var/www/html/nettyfy-visnx/env/lib/python3.11/site-packages/libpasteurize/fixes/fix_fullargspec.py	transformzFixFullargspec.transform   s+    T8$$$M$+6666    N)__name__
__module____qualname__PATTERNr    r   r   r   r   
   s(        !G7 7 7 7 7r   r   N)__doc__lib2to3r   lib2to3.fixer_utilr   r   BaseFixr   r   r   r   <module>r      sq           # # # # # #m7 7 7 7 7Z' 7 7 7 7 7r   