wok-current view python-pyflakes/description.txt @ rev 25383

updated units (2.19 -> 2.21)
author Hans-G?nter Theisgen
date Sat Jul 30 17:22:12 2022 +0100 (2022-07-30)
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.