|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /opt/alt-old/python27/lib/python2.7/site-packages/libfuturize/fixes/ |
Upload File : |
�
�A�[c @ s� d Z d d l m Z d d l Z d d l m Z d d l m Z d d l m Z d d l
m Z m Z m
Z
e j d � Z d e j f d
� � YZ d S( u
For the ``future`` package.
Adds this import line:
from past.builtins import str as oldstr
at the top and wraps any unadorned string literals 'abc' or explicit byte-string
literals b'abc' in oldstr() calls so the code has the same behaviour on Py3 as
on Py2.6/2.7.
i����( t unicode_literalsN( t
fixer_base( t token( t syms( t
future_importt touch_import_topt wrap_in_fn_callu [^uUrR]?[\'\"]t
FixOldstrWrapc B s e Z e Z d Z d � Z RS( u STRINGc C s | j t j k r{ t d d | � t j | j � r{ | j � } d | _ d | j | _ t d | g d | j �} | Sn d S( Nu
past.typesu oldstru u bt prefix(
t typeR t STRINGR t _literal_ret matcht valuet cloneR R ( t selft nodet resultst newt wrapped( ( sR /opt/alt/python27/lib/python2.7/site-packages/libfuturize/fixes/fix_oldstr_wrap.pyt transform s ( t __name__t
__module__t Truet
BM_compatiblet PATTERNR ( ( ( sR /opt/alt/python27/lib/python2.7/site-packages/libfuturize/fixes/fix_oldstr_wrap.pyR s ( t __doc__t
__future__R t ret lib2to3R t
lib2to3.pgen2R t lib2to3.fixer_utilR t libfuturize.fixer_utilR R R t compileR t BaseFixR ( ( ( sR /opt/alt/python27/lib/python2.7/site-packages/libfuturize/fixes/fix_oldstr_wrap.pyt <module> s