🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 22:46:09 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pydocstyle
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/pydocstyle
🔄 Refresh
✏️
Editing: __main__.py
Read Only
#! /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()
💾 Save Changes
❌ Cancel