Your IP : 216.73.216.213
B
M��\� �
@ s d Z ddlmZ ddlZddlZddlZddlmZ ddlm Z m
Z
mZ ddlm
Z
mZmZmZmZmZ yddlZW 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-2019 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
� )�print_functionN)� Formatter)�Token�Text�STANDARD_TYPES)�get_bool_opt�get_int_opt�get_list_opt�StringIO�string_types� iteritems�
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 �I/opt/alt/python37/lib/python3.7/site-packages/pygments/formatters/html.py�escape_html( s r c C s$ | � d�s| � d�r| S d| S d S )NZcalc�var�#)�
startswith)�colorr r r �webify, s r c C sL t �| �}|r|S d}x,|d krBd| d | }| j} t �| �}qW || S )N� �-���)r �get�parent)�ttype�fname�anamer r r �_get_ttype_class2 s
r&