OwlCyberSecurity - MANAGER
Edit File: plugin.cpython-312.pyc
� #��gc � �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 �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 <