python (3.12.0)
̑e T d Z ddlmZ ddlmZ dddZ G d dej Zy )
zFixer for unicode.
* Changes unicode to str and unichr to chr.
* If "...\u..." is not unicode literal change it into "...\\u...".
* Change u"..." into "...".
)token)
fixer_basechrstr)unichrunicodec , e Zd ZdZdZ fdZd Z xZS )
FixUnicodeTzSTRING | 'unicode' | 'unichr'c T t t | || d|j v | _ y )Nunicode_literals)superr
start_treefuture_featuresr )selftreefilename __class__s M/BuggyBox/python/3.12.0/bootstrap/lib/python3.12/lib2to3/fixes/fix_unicode.pyr zFixUnicode.start_tree s'