/opt/cloudlinux/venv/lib/python3.11/site-packages/pyflakes/scripts
NameSizeModeActions
__pycache__/-0755rm
pyflakes.py2480644editdlrm
__init__.py00644editdlrm
Edit: /opt/cloudlinux/venv/lib/python3.11/site-packages/pyflakes/scripts/pyflakes.py (248B)
""" Implementation of the command-line I{pyflakes} tool. """ # For backward compatibility __all__ = ['check', 'checkPath', 'checkRecursive', 'iterSourceCode', 'main'] from pyflakes.api import check, checkPath, checkRecursive, iterSourceCode, main