wok-6.x view python-pyflakes/description.txt @ rev 25371

updated tmux-mem-cpu-load (3.4.0 -> 3.6.0)
author Hans-G?nter Theisgen
date Fri Jul 29 14:34:07 2022 +0100 (2022-07-29)
parents
children
line source
1 A simple program which checks Python source files for errors.
3 Pyflakes analyses programs and detects various errors.
4 It works by parsing the source file, not importing it, so it is safe
5 to use on modules with side effects. It's also much faster.