golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/pyflakes/scripts
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
0 B
Del
OK
__pycache__
-
Del
OK
pyflakes.py
248 B
Del
OK
Edit: pyflakes.py
""" 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