| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/lib/python3.9/site-packages/pygments/__pycache__/ |
Upload File : |
a
SҼaM � @ sD d Z ddlZddlmZ ddlmZ dgZdd� ZG dd� d�ZdS ) z�
pygments.formatter
~~~~~~~~~~~~~~~~~~
Base formatter class.
:copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
� N)�get_bool_opt)�get_style_by_name� Formatterc C s t | t�rt| �S | S )N)�
isinstance�strr )�style� r �6/usr/lib/python3.9/site-packages/pygments/formatter.py�
_lookup_style s
r
c @ s: e Zd ZdZdZg Zg ZdZdd� Zddd�Z d d
� Z
dS )r a�
Converts a token stream to text.
Options accepted:
``style``
The style to use, can be a string or a Style subclass
(default: "default"). Not used by e.g. the
TerminalFormatter.
``full``
Tells the formatter to output a "full" document, i.e.
a complete self-contained document. This doesn't have
any effect for some formatters (default: false).
``title``
If ``full`` is true, the title that should be used to
caption the document (default: '').
``encoding``
If given, must be an encoding name. This will be used to
convert the Unicode token strings to byte strings in the
output. If it is "" or None, Unicode strings will be written
to the output file, which most file-like objects do not
support (default: None).
``outencoding``
Overrides ``encoding`` if given.
NTc K sl t |�dd��| _t|dd�| _|�dd�| _|�dd �p<d | _| jdv rPd | _|�d
�p^| j| _|| _d S )Nr �default�fullF�title� �encoding)ZguessZchardetzutf-8Zoutencoding)r
�getr r r r
r �options)�selfr r r r �__init__A s
zFormatter.__init__r c C s dS )a
Return the style definitions for the current style as a string.
``arg`` is an additional argument whose meaning depends on the
formatter used. Note that ``arg`` can also be a list or tuple
for some formatters like the html formatter.
r r )r �argr r r �get_style_defsL s zFormatter.get_style_defsc C s&