X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/prospector/formatters
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
prospector
/
formatters
/
ðŸ“
..
📄
__init__.py
(439 B)
ðŸ“
__pycache__
📄
base.py
(1.22 KB)
📄
emacs.py
(767 B)
📄
grouped.py
(1.21 KB)
📄
json.py
(930 B)
📄
pylint.py
(1.7 KB)
📄
text.py
(2.95 KB)
📄
vscode.py
(1.26 KB)
📄
xunit.py
(2.37 KB)
📄
yaml.py
(613 B)
Editing: __init__.py
from . import emacs, grouped, json, pylint, text, vscode, xunit, yaml from .base import Formatter __all__ = ("FORMATTERS", "Formatter") FORMATTERS = { "json": json.JsonFormatter, "text": text.TextFormatter, "grouped": grouped.GroupedFormatter, "emacs": emacs.EmacsFormatter, "yaml": yaml.YamlFormatter, "pylint": pylint.PylintFormatter, "xunit": xunit.XunitFormatter, "vscode": vscode.VSCodeFormatter, }
Upload File
Create Folder