File: //usr/lib/python3/dist-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-310.pyc
o
@%Ne� �
@ s d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl m
Z
mZmZ ddl
mZmZmZ zddlZW n eyC dZY nw 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-2021 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 �F/usr/lib/python3/dist-packages/pip/_vendor/pygments/formatters/html.py�escape_html&