
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3

  \                 @   s.   d dl mZ d dlmZ G dd dejZdS )   )
fixer_base)Namec               @   s   e Zd ZdZdZdd ZdS )FixFuncattrsTz
    power< any+ trailer< '.' attr=('func_closure' | 'func_doc' | 'func_globals'
                                  | 'func_name' | 'func_defaults' | 'func_code'
                                  | 'func_dict') > any* >
    c             C   s2   |d d }|j td|jdd   |jd d S )Nattr    z__%s__   )prefix)replacer   valuer   )selfZnodeZresultsr    r   3/usr/lib64/python3.6/lib2to3/fixes/fix_funcattrs.py	transform   s    zFixFuncattrs.transformN)__name__
__module____qualname__ZBM_compatibleZPATTERNr   r   r   r   r   r   	   s   r   N) r   Z
fixer_utilr   ZBaseFixr   r   r   r   r   <module>   s   