html.pyc
1 o 2 ��c� � 3 @ s d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl m 4 Z 5 mZmZ ddl mZmZmZ zddlZW n eyC dZY nw dgZed�d ed 6 �ded�d ed�ded�diZefdd�Zdd� Zdd� ZdZde d ZdZdZG dd� de�ZdS )z� 7 pygments.formatters.html 8 ~~~~~~~~~~~~~~~~~~~~~~~~ 9 10 Formatter for HTML output. 11 12 :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. 13 :license: BSD, see LICENSE for details. 14 � 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 15 | � |�S )z<Escape &, <, > as well as single and double quotes for HTML.)� translate)�text�table� r ��C:\Users\Jacks.GUTTSPC\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\pygments\formatters\html.py�escape_html&