B
    	Q[                 @   s6   d Z ddlmZ ddlmZ dZG d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               @   s   e Zd ZdZdd ZdS )FixFullargspecz'getfullargspec'c             C   s   |  |t td|jdS )NZ
getargspec)prefix)Zwarningwarn_msgr   r   )selfZnodeZresults r   Blib/python3.7/site-packages/libpasteurize/fixes/fix_fullargspec.py	transform   s    zFixFullargspec.transformN)__name__
__module____qualname__ZPATTERNr
   r   r   r   r	   r   
   s   r   N)__doc__Zlib2to3r   Zlib2to3.fixer_utilr   r   ZBaseFixr   r   r   r   r	   <module>   s   