Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/pygments/formatters/__pycache__/html.cpython-39.pyc
Ðазад
a a�hq� � @ s d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl m Z mZmZ ddl mZmZmZ zddlZW n ey� dZY n0 dgZed�d ed �ded�d ed�ded�diZefdd�Zdd� Zdd� ZdZde d ZdZdZG dd� de�ZdS )z� pygments.formatters.html ~~~~~~~~~~~~~~~~~~~~~~~~ Formatter for HTML output. :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. � N)�StringIO)� Formatter)�Token�Text�STANDARD_TYPES)�get_bool_opt�get_int_opt�get_list_opt� HtmlFormatter�&z&�<z<�>z>�"z"�'z'c C s | � |�S )z<Escape &, <, > as well as single and double quotes for HTML.)� translate)�text�table� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/pygments/formatters/html.py�escape_html&