]>
crepu.dev Git - config.git/blob - djavu-asus/elpy/rpc-venv/lib/python3.11/site-packages/pyflakes/scripts/pyflakes.py
2 Implementation of the command-line I{pyflakes} tool.
5 # For backward compatibility
6 __all__
= ['check', 'checkPath', 'checkRecursive', 'iterSourceCode', 'main']
7 from pyflakes
.api
import check
, checkPath
, checkRecursive
, iterSourceCode
, main