관리-도구
편집 파일: fix_standarderror.cpython-38.pyc
U i�f� � @ s2 d Z ddlmZ ddlmZ G dd� dej�ZdS )z%Fixer for StandardError -> Exception.� )� fixer_base)�Namec @ s e Zd ZdZdZdd� ZdS )�FixStandarderrorTz- 'StandardError' c C s t d|jd�S )N� Exception)�prefix)r r )�selfZnodeZresults� r �D/opt/alt/python38/lib64/python3.8/lib2to3/fixes/fix_standarderror.py� transform s zFixStandarderror.transformN)�__name__� __module__�__qualname__Z BM_compatibleZPATTERNr r r r r r s r N)�__doc__� r Z fixer_utilr ZBaseFixr r r r r �<module> s