관리-도구
편집 파일: fix_object.cpython-37.opt-1.pyc
B �A�[� � @ s2 d Z ddlmZ ddlmZ G dd� dej�ZdS )zf Fixer that adds ``from builtins import object`` if there is a line like this: class Foo(object): � )� fixer_base)�touch_import_topc @ s e Zd ZdZdd� ZdS )� FixObjectz<classdef< 'class' NAME '(' name='object' ')' colon=':' any >c C s t dd|� d S )N�builtins�object)r )�selfZnodeZresults� r �M/opt/alt/python37/lib/python3.7/site-packages/libfuturize/fixes/fix_object.py� transform s zFixObject.transformN)�__name__� __module__�__qualname__ZPATTERNr r r r r r s r N)�__doc__Zlib2to3r Zlibfuturize.fixer_utilr ZBaseFixr r r r r �<module> s