관리-도구
편집 파일: fix_fullargspec.cpython-37.opt-1.pyc
B �A�[� � @ s6 d Z ddlmZ ddlmZ dZG dd� dej�ZdS )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 Zd ZdZdd� ZdS )�FixFullargspecz'getfullargspec'c C s | � |t� td|jd�S )NZ getargspec)�prefix)Zwarning�warn_msgr r )�selfZnodeZresults� r �T/opt/alt/python37/lib/python3.7/site-packages/libpasteurize/fixes/fix_fullargspec.py� transform s zFixFullargspec.transformN)�__name__� __module__�__qualname__ZPATTERNr r r r r r s r N)�__doc__Zlib2to3r Zlib2to3.fixer_utilr r ZBaseFixr r r r r �<module> s