X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/pydocstyle
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pydocstyle
/
ðŸ“
..
📄
__init__.py
(194 B)
📄
__main__.py
(288 B)
ðŸ“
__pycache__
📄
_version.py
(400 B)
📄
checker.py
(43.83 KB)
📄
cli.py
(2.92 KB)
📄
config.py
(32.7 KB)
ðŸ“
data
📄
parser.py
(27.63 KB)
📄
utils.py
(1.26 KB)
📄
violations.py
(12.12 KB)
📄
wordlists.py
(1.51 KB)
Editing: __main__.py
#! /usr/bin/env python """Static analysis tool for checking docstring conventions and style. The repository is located at: http://github.com/PyCQA/pydocstyle """ __all__ = () def main() -> None: from pydocstyle import cli cli.main() if __name__ == '__main__': main()
Upload File
Create Folder