⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3
/
dist-packages
/
pygments
/
__pycache__
/
View File Name :
plugin.cpython-310.pyc
o a @ s@ d Z dZdZdZdZdd Zdd Zd d Zdd Zd d Z dS )a0 pygments.plugin ~~~~~~~~~~~~~~~ Pygments setuptools plugin interface. The methods defined here also work if setuptools isn't installed but they just return nothing. 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-2021 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. zpygments.lexerszpygments.formatterszpygments.styleszpygments.filtersc C s2 zdd l }W n ttfy g Y S w || S )N ) pkg_resourcesImportErrorOSErroriter_entry_points) group_namer r 1/usr/lib/python3/dist-packages/pygments/plugin.pyr + s r c c s t tD ]} | V qd S N)r LEXER_ENTRY_POINTload entrypointr r r find_plugin_lexers4 s r c c $ t tD ] } | j| fV qd S r )r FORMATTER_ENTRY_POINTnamer r r r r find_plugin_formatters9 r c c r r )r STYLE_ENTRY_POINTr r r r r r find_plugin_styles> r r c c r r )r FILTER_ENTRY_POINTr r r r r r find_plugin_filtersC r r N) __doc__r r r r r r r r r r r r r
s $