| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Python312/Lib/site-packages/pip/_vendor/pygments/__pycache__/ |
Upload File : |
�
�k�fc � �B � d Z ddlmZ dZdZdZdZd� Zd� Zd � Z d
� Z
d� Zy)
a�
pygments.plugin
~~~~~~~~~~~~~~~
Pygments plugin interface.
lexer plugins::
[pygments.lexers]
yourlexer = yourmodule:YourLexer
formatter plugins::
[pygments.formatters]
yourformatter = yourformatter:YourFormatter
/.ext = yourformatter:YourFormatter
As you can see, you can define extensions for the formatter
with a leading slash.
syntax plugins::
[pygments.styles]
yourstyle = yourstyle:YourStyle
filter plugin::
[pygments.filter]
yourfilter = yourfilter:YourFilter
:copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
� )�entry_pointszpygments.lexerszpygments.formatterszpygments.styleszpygments.filtersc �v � t � }t |d� r|j | �� S |j | g � S )N�select)�group)r �hasattrr �get)�
group_name�groupss �=C:\Python312\Lib\site-packages\pip/_vendor/pygments/plugin.py�iter_entry_pointsr + s9 � �
�^�F��v�x� � �}�}�:�}�.�.� �z�z�*�b�)�)� c # �X K � t t � D ] } | j � �� � y �w�N)r �LEXER_ENTRY_POINT�load��
entrypoints r �find_plugin_lexersr 7 s( � �� �'�(9�:� �
��o�o��� �s �(*c # �p K � t t � D ] } | j | j � f�� �" y �wr )r �FORMATTER_ENTRY_POINT�namer r s r �find_plugin_formattersr <