X7ROOT File Manager
Current Path:
/opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/pygments
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
pip
/
_vendor
/
pygments
/
ðŸ“
..
📄
__init__.py
(2.93 KB)
📄
__main__.py
(353 B)
ðŸ“
__pycache__
📄
cmdline.py
(22.86 KB)
📄
console.py
(1.66 KB)
📄
filter.py
(1.89 KB)
ðŸ“
filters
📄
formatter.py
(2.85 KB)
ðŸ“
formatters
📄
lexer.py
(31.25 KB)
ðŸ“
lexers
📄
modeline.py
(986 B)
📄
plugin.py
(1.69 KB)
📄
regexopt.py
(3 KB)
📄
scanner.py
(3.02 KB)
📄
sphinxext.py
(4.52 KB)
📄
style.py
(6.11 KB)
ðŸ“
styles
📄
token.py
(6 KB)
📄
unistring.py
(61.71 KB)
📄
util.py
(8.9 KB)
Editing: __main__.py
""" pygments.__main__ ~~~~~~~~~~~~~~~~~ Main entry point for ``python -m pygments``. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ import sys from pip._vendor.pygments.cmdline import main try: sys.exit(main(sys.argv)) except KeyboardInterrupt: sys.exit(1)
Upload File
Create Folder