python (3.12.0)
̑e J d Z ddlmZ ddlmZ G d dej
Zy)z3Fix function attribute names (f.func_x -> f.__x__). )
fixer_base)Namec e Zd ZdZdZd Zy)FixFuncattrsTz
power< any+ trailer< '.' attr=('func_closure' | 'func_doc' | 'func_globals'
| 'func_name' | 'func_defaults' | 'func_code'
| 'func_dict') > any* >
c |d d }|j t d|j dd z |j y )Nattr z__%s__ )prefix)replacer valuer )selfnoderesultsr s O/BuggyBox/python/3.12.0/bootstrap/lib/python3.12/lib2to3/fixes/fix_funcattrs.py transformzFixFuncattrs.transform s; vq!T8djjn4!%. / N)__name__
__module____qualname__
BM_compatiblePATTERNr r r r r s MG/r r N)__doc__ r
fixer_utilr BaseFixr r r r <module>r s"