%PDF- %PDF-
Direktori : /lib/python3/dist-packages/pyflakes/scripts/ |
Current File : //lib/python3/dist-packages/pyflakes/scripts/pyflakes.py |
""" Implementation of the command-line I{pyflakes} tool. """ from __future__ import absolute_import # For backward compatibility __all__ = ['check', 'checkPath', 'checkRecursive', 'iterSourceCode', 'main'] from pyflakes.api import check, checkPath, checkRecursive, iterSourceCode, main