Divmod PyFlakes

Free Python application that will help you find errors in Python code
Download

Divmod PyFlakes Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Divmod Inc
  • Publisher web site:
  • http://divmod.org
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 14 KB

Divmod PyFlakes Tags


Divmod PyFlakes Description

Free Python application that will help you find errors in Python code PyFlakes focused on identifying common errors quickly without executing Python code.Its primary advantage is that it is fast. You don't have to sit around for minutes waiting for the checker to run; it runs on most large projects in only a few seconds.The two primary categories of defects reported by PyFlakes are:· Names which are used but not defined or used before they are defined· Names which are redefined without having been used These can each take many forms. For example, PyFlakes will tell you when you have forgotten an import, defined two functions with the same name, shadowed a variable from another scope, imported a module twice, mistyped a variable name, or two different modules with the same name. Requirements: · Python What's New in This Release: · Fix reporting for certain SyntaxErrors which lack line number · information. · Check for syntax errors more rigorously. · Support checking names used with the class decorator syntax in versions · of Python which have it. · Detect local variables which are bound but never used. · Handle permission errors when trying to read source files. · Handle problems with the encoding of source files. · Support importing dotted names so as not to incorrectly report them as · redefined unused names. · Support all forms of the with statement. · Consider static `__all__` definitions and avoid reporting unused names · if the names are listed there. · Fix incorrect checking of class names with respect to the names of their · bases in the class statement. · Support the `__path__` global in `__init__.py`.


Divmod PyFlakes Related Software