First page Back Continue Last page Summary Graphics

PyChecker Output

  • [neal@epoch pychecker]$ ./pychecker/checker.py example.py
  • Processing example...
  • Warnings...
  • example.py:1: Imported module (string) not used
  • example.py:3: Invalid format string, problem starts near: '(erik)'
  • example.py:3: No local variable (erik)
  • example.py:3: Parameter (eric) not used
  • example.py:6: self is not first method argument
  • example.py:9: self is argument in function
  • example.py:11: Local variable (string) not used
  • example.py:11: Module (string) re-imported
  • example.py:14: Invalid arguments to (printNames), got 3, expected 1
  • example.py:16: No global (traceback) found
  • example.py:19: Variable (metaslash) used before being set
  • example.py:21: Instantiating an object with arguments, but no constructor
  • example.py:24: Object (useless) has no attribute (valeu)

    Notes: