wok annotate python-pyflakes/description.txt @ rev 25268

xorg-cf-files/Imake.tmpl: update ArCmd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 17 14:59:20 2022 +0000 (2022-07-17)
parents
children
rev   line source
Hans-Günter@25225 1 A simple program which checks Python source files for errors.
Hans-Günter@25225 2
Hans-Günter@25225 3 Pyflakes analyses programs and detects various errors.
Hans-Günter@25225 4 It works by parsing the source file, not importing it, so it is safe
Hans-Günter@25225 5 to use on modules with side effects. It's also much faster.