Debian Automated Code Analysis

pyflakes analysis of python-xlwt_0.7.2-2_all.deb

./usr/share/pyshared/xlwt/Row.py:13: redefinition of unused 'Decimal' from line 10
./usr/share/pyshared/xlwt/antlr.py:308: undefined name 'appendCharName'
./usr/share/pyshared/xlwt/antlr.py:310: undefined name 'appendCharName'
./usr/share/pyshared/xlwt/antlr.py:312: undefined name 'appendCharName'
./usr/share/pyshared/xlwt/antlr.py:425: undefined name 'appendTokenName'
./usr/share/pyshared/xlwt/antlr.py:427: undefined name 'appendTokenName'
./usr/share/pyshared/xlwt/antlr.py:945: local variable 'r' is assigned to but never used
./usr/share/pyshared/xlwt/antlr.py:1392: redefinition of function 'reportError' from line 1389
./usr/share/pyshared/xlwt/antlr.py:1690: undefined name 'RuntimeException'
./usr/share/pyshared/xlwt/antlr.py:1805: undefined name 'addMessageListener'
./usr/share/pyshared/xlwt/antlr.py:1809: undefined name 'addParserListener'
./usr/share/pyshared/xlwt/antlr.py:1813: undefined name 'addParserMatchListener'
./usr/share/pyshared/xlwt/antlr.py:1817: undefined name 'addParserTokenListener'
./usr/share/pyshared/xlwt/antlr.py:1821: undefined name 'addSemanticPredicateListener'
./usr/share/pyshared/xlwt/antlr.py:1825: undefined name 'addSyntacticPredicateListener'
./usr/share/pyshared/xlwt/antlr.py:1829: undefined name 'addTraceListener'
./usr/share/pyshared/xlwt/antlr.py:1910: undefined name 'tokenNames'
./usr/share/pyshared/xlwt/antlr.py:1916: undefined name 'removeMessageListener'
./usr/share/pyshared/xlwt/antlr.py:1920: undefined name 'removeParserListener'
./usr/share/pyshared/xlwt/antlr.py:1924: undefined name 'removeParserMatchListener'
./usr/share/pyshared/xlwt/antlr.py:1928: undefined name 'removeParserTokenListener'
./usr/share/pyshared/xlwt/antlr.py:1932: undefined name 'removeSemanticPredicateListener'
./usr/share/pyshared/xlwt/antlr.py:1936: undefined name 'removeSyntacticPredicateListener'
./usr/share/pyshared/xlwt/antlr.py:1940: undefined name 'removeTraceListener'
./usr/share/pyshared/xlwt/antlr.py:1959: undefined name 'x'
./usr/share/pyshared/xlwt/antlr.py:1961: undefined name 'x'
./usr/share/pyshared/xlwt/antlr.py:1977: undefined name 'setDebugMode'
./usr/share/pyshared/xlwt/antlr.py:2149: undefined name 'getTokenNames'
./usr/share/pyshared/xlwt/antlr.py:2289: redefinition of function 'initialize' from line 2286
./usr/share/pyshared/xlwt/antlr.py:2482: local variable 'verboseStringConversion' is assigned to but never used
./usr/share/pyshared/xlwt/antlr.py:2483: local variable 'tokenNames' is assigned to but never used
./usr/share/pyshared/xlwt/antlr.py:2489: undefined name 'tokenNames'
./usr/share/pyshared/xlwt/antlr.py:2623: undefined name 'root'
./usr/share/pyshared/xlwt/antlr.py:2624: undefined name 'child'
./usr/share/pyshared/xlwt/antlr.py:2776: undefined name 'antlr'
./usr/share/pyshared/xlwt/antlr.py:2779: undefined name 'antlr'
./usr/share/pyshared/xlwt/antlr.py:2782: undefined name 'antlr'
./usr/share/pyshared/xlwt/ExcelFormula.py:20: local variable 'e' is assigned to but never used
./usr/share/pyshared/xlwt/Style.py:4: 'from BIFFRecords import *' used; unable to detect undefined names
./usr/share/pyshared/xlwt/ExcelFormulaParser.py:15: 'from ExcelMagic import *' used; unable to detect undefined names
./usr/share/pyshared/xlwt/ExcelFormulaParser.py:32: 'Token' imported but unused
./usr/share/pyshared/xlwt/__init__.py:10: 'Workbook' imported but unused
./usr/share/pyshared/xlwt/__init__.py:11: 'Worksheet' imported but unused
./usr/share/pyshared/xlwt/__init__.py:12: 'Row' imported but unused
./usr/share/pyshared/xlwt/__init__.py:13: 'Column' imported but unused
./usr/share/pyshared/xlwt/__init__.py:14: 'Font' imported but unused
./usr/share/pyshared/xlwt/__init__.py:14: 'Protection' imported but unused
./usr/share/pyshared/xlwt/__init__.py:14: 'Pattern' imported but unused
./usr/share/pyshared/xlwt/__init__.py:14: 'Borders' imported but unused
./usr/share/pyshared/xlwt/__init__.py:14: 'Alignment' imported but unused
./usr/share/pyshared/xlwt/__init__.py:15: 'XFStyle' imported but unused
./usr/share/pyshared/xlwt/__init__.py:15: 'easyxf' imported but unused
./usr/share/pyshared/xlwt/__init__.py:16: 'from ExcelFormula import *' used; unable to detect undefined names
./usr/share/pyshared/xlwt/ExcelFormulaLexer.py:3: 'sys' imported but unused
./usr/share/pyshared/xlwt/ExcelFormulaLexer.py:5: 'struct' imported but unused
./usr/share/pyshared/xlwt/ExcelFormulaLexer.py:7: 'UNICODE' imported but unused
./usr/share/pyshared/xlwt/ExcelFormulaLexer.py:7: 'match' imported but unused
./usr/share/pyshared/xlwt/Bitmap.py:8: 'from struct import *' used; unable to detect undefined names
./usr/share/pyshared/xlwt/BIFFRecords.py:4: 'sys' imported but unused
./usr/share/pyshared/xlwt/BIFFRecords.py:134: undefined name '_REC_ID'
./usr/share/pyshared/xlwt/BIFFRecords.py:1822: undefined name 'options'
./usr/share/pyshared/xlwt/Utils.py:34: 'pack' imported but unused
./usr/share/pyshared/xlwt/Utils.py:168: undefined name 'cell'
./usr/share/pyshared/xlwt/Worksheet.py:39: 'Formatting' imported but unused
./usr/share/pyshared/xlwt/Worksheet.py:45: 'Workbook' imported but unused
./usr/share/pyshared/xlwt/Worksheet.py:999: redefinition of function 'get_parent' from line 188
./usr/share/doc/python-xlwt/examples/row_styles_empty.py:7: 'from pyExcelerator import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/formula_names.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/unicode2.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/dates.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/big-16Mb.py:4: 'from time import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/big-16Mb.py:5: 'from xlwt.Workbook import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/big-16Mb.py:6: 'from xlwt.Style import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/merged.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/mini.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/country.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/row_styles.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/protection.py:3: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/merged0.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/merged1.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/hyperlinks.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/image.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/xlwt_easyxf_simple_demo.py:25: 'sys' imported but unused
./usr/share/doc/python-xlwt/examples/col_width.py:7: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/numbers.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/blanks.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/panes.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/big-35Mb.py:4: 'from time import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/big-35Mb.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/num_formats.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/wsprops.py:78: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/parse-fmla.py:1: 'ExcelFormulaParser' imported but unused
./usr/share/doc/python-xlwt/examples/parse-fmla.py:2: 'sys' imported but unused
./usr/share/doc/python-xlwt/examples/outline.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/sst.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/formulas.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/format.py:5: 'from xlwt import *' used; unable to detect undefined names
./usr/share/doc/python-xlwt/examples/unicode1.py:5: 'from xlwt import *' used; unable to detect undefined names

This report was generated on Sun, 02 Jan 2011 05:32:28 +0000, based on results by pyflakes 0.4.0-1