ee4d553a7e
Pyflakes is a program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. ok rpointel@
4 lines
183 B
Plaintext
4 lines
183 B
Plaintext
Pyflakes is a program to analyze Python programs and detect various
|
|
errors. It works by parsing the source file, not importing it, so
|
|
it is safe to use on modules with side effects.
|