[NLUUG]   Welcome to ftp.vim.org,
Hosted by ftp.nluug.nl
Current directory: /ftp/os/Linux/distr/salix/i486/extra-15.0/source/python/pyflakes/
Contents of README:
PyFlakes a Lint-like tool for Python, like PyChecker. It is focused on
identifying common errors quickly without executing Python code.

Its primary advantage over PyChecker is that it is fast. You don't
have to sit around for minutes waiting for the checker to run; it runs
on most large projects in only a few seconds.

The two primary categories of defects reported by PyFlakes are:
* Names which are used but not defined or used before they are defined
* Names which are redefined without having been used 

These can each take many forms. For example, PyFlakes will tell you
when you have forgotten an import, mistyped a variable name, defined
two functions with the same name, shadowed a variable from another
scope, imported a module twice, or two different modules with the same
name, and so on.

Icon  Name                                                     Last modified      Size  
[DIR] Parent Directory - [TXT] README 27-May-2022 19:17 804 [   ] pyflakes-1.6.0.tar.gz 27-May-2022 19:17 47K [TXT] pyflakes.SlackBuild 11-Mar-2022 06:34 2.6K [   ] pyflakes.info 27-May-2022 19:17 355 [TXT] slack-desc 27-May-2022 19:17 885

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!