pkgsrc-wip/py-ntch/DESCR
Kamel Ibn Aziz Derouiche 5c1157d936 Import py25-ntch-20090531 as wip/py-ntch.
Pyntch is a Python code analyzer. It can detect possible runtime errors
before actually running a Python code. Pyntch examines a source code statically
and infers all possible types of variables, class attributes, function
signatures, and return values of each function or method. Then it detects
possible errors caused by type mismatch or other exceptions raised from each
function. Unlike other Python code checker (such as Pychecker or Pyflakes),
Pyntch does not check the style issues
2009-06-17 23:15:57 +00:00

7 lines
489 B
Text

Pyntch is a Python code analyzer. It can detect possible runtime errors
before actually running a Python code. Pyntch examines a source code statically
and infers all possible types of variables, class attributes, function
signatures, and return values of each function or method. Then it detects
possible errors caused by type mismatch or other exceptions raised from each
function. Unlike other Python code checker (such as Pychecker or Pyflakes),
Pyntch does not check the style issues