/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pyflakes
/
scripts
/
/opt/cloudlinux/venv/lib/python3.11/site-packages/pyflakes/scripts
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
pyflakes.py
248
0644
edit
dl
rm
__init__.py
0
0644
edit
dl
rm
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
Save
cmd:
run