관리-도구
편집 파일: fix_fullargspec.cpython-37.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 )N� getargspec)�prefix)�warning�warn_msgr r )�self�node�results� 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