관리-도구
편집 파일: html.cpython-38.pyc
U &?�fU� � @ s d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl m Z mZmZ ddl mZmZmZ zddlZW n ek r� dZY nX 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-2024 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 �R/opt/hc_python/lib/python3.8/site-packages/pip/_vendor/pygments/formatters/html.py�escape_html&