Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/pygments/formatters/__pycache__/ |
Upload File : |
o ���aމ � @ 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 �:/usr/lib/python3/dist-packages/pygments/formatters/html.py�escape_html&