bookmark

Pyflakes @ freshmeat.net


Description

a program that analyzes Python programs and detects various errors. It works by parsing the source file rather than importing it, so it is safe to use on modules with side effects. It's also much faster.

Preview

Tags

Users

  • @panic

Comments and Reviews