Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
hc_python
/
lib64
/
python3.12
/
site-packages
/
pip
/
_vendor
/
pygments
/
__pycache__
[ HOME ]
Exec
Submit
plugin.cpython-312.pyc
� p�/ic � �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-2025 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 �J/opt/hc_python/lib/python3.12/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 <