wok view python-pyflakes/description.txt @ rev 25791

Up dropbear (2024.86), libssh2 (1.11.1), xz (5.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 23 13:27:53 2024 +0000 (2 months ago)
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.