Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3195f9f commit b859441Copy full SHA for b859441
2 files changed
stubs/pyflakes/pyflakes/scripts/__init__.pyi
stubs/pyflakes/pyflakes/scripts/pyflakes.pyi
@@ -0,0 +1,8 @@
1
+__all__ = ["check", "checkPath", "checkRecursive", "iterSourceCode", "main"]
2
+from pyflakes.api import (
3
+ check as check,
4
+ checkPath as checkPath,
5
+ checkRecursive as checkRecursive,
6
+ iterSourceCode as iterSourceCode,
7
+ main as main,
8
+)
0 commit comments