Debian Automated Code Analysis

pyflakes analysis of python-xlwt_0.7.2+debian1-1_all.deb

./usr/share/pyshared/xlwt/Row.py:13: redefinition of unused 'Decimal' from line 10
./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
./usr/lib/python2.6/dist-packages/xlwt/Row.py:13: redefinition of unused 'Decimal' from line 10
./usr/lib/python2.6/dist-packages/xlwt/ExcelFormula.py:20: local variable 'e' is assigned to but never used
./usr/lib/python2.6/dist-packages/xlwt/Style.py:4: 'from BIFFRecords import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/xlwt/ExcelFormulaParser.py:15: 'from ExcelMagic import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/xlwt/ExcelFormulaParser.py:32: 'Token' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/__init__.py:10: 'Workbook' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/__init__.py:11: 'Worksheet' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/__init__.py:12: 'Row' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/__init__.py:13: 'Column' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/__init__.py:14: 'Font' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/__init__.py:14: 'Protection' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/__init__.py:14: 'Pattern' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/__init__.py:14: 'Borders' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/__init__.py:14: 'Alignment' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/__init__.py:15: 'XFStyle' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/__init__.py:15: 'easyxf' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/__init__.py:16: 'from ExcelFormula import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/xlwt/ExcelFormulaLexer.py:3: 'sys' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/ExcelFormulaLexer.py:5: 'struct' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/ExcelFormulaLexer.py:7: 'UNICODE' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/ExcelFormulaLexer.py:7: 'match' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/Bitmap.py:8: 'from struct import *' used; unable to detect undefined names
./usr/lib/python2.6/dist-packages/xlwt/BIFFRecords.py:4: 'sys' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/BIFFRecords.py:134: undefined name '_REC_ID'
./usr/lib/python2.6/dist-packages/xlwt/BIFFRecords.py:1822: undefined name 'options'
./usr/lib/python2.6/dist-packages/xlwt/Utils.py:34: 'pack' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/Utils.py:168: undefined name 'cell'
./usr/lib/python2.6/dist-packages/xlwt/Worksheet.py:39: 'Formatting' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/Worksheet.py:45: 'Workbook' imported but unused
./usr/lib/python2.6/dist-packages/xlwt/Worksheet.py:999: redefinition of function 'get_parent' from line 188
./usr/lib/python2.5/site-packages/xlwt/Row.py:13: redefinition of unused 'Decimal' from line 10
./usr/lib/python2.5/site-packages/xlwt/ExcelFormula.py:20: local variable 'e' is assigned to but never used
./usr/lib/python2.5/site-packages/xlwt/Style.py:4: 'from BIFFRecords import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/xlwt/ExcelFormulaParser.py:15: 'from ExcelMagic import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/xlwt/ExcelFormulaParser.py:32: 'Token' imported but unused
./usr/lib/python2.5/site-packages/xlwt/__init__.py:10: 'Workbook' imported but unused
./usr/lib/python2.5/site-packages/xlwt/__init__.py:11: 'Worksheet' imported but unused
./usr/lib/python2.5/site-packages/xlwt/__init__.py:12: 'Row' imported but unused
./usr/lib/python2.5/site-packages/xlwt/__init__.py:13: 'Column' imported but unused
./usr/lib/python2.5/site-packages/xlwt/__init__.py:14: 'Font' imported but unused
./usr/lib/python2.5/site-packages/xlwt/__init__.py:14: 'Protection' imported but unused
./usr/lib/python2.5/site-packages/xlwt/__init__.py:14: 'Pattern' imported but unused
./usr/lib/python2.5/site-packages/xlwt/__init__.py:14: 'Borders' imported but unused
./usr/lib/python2.5/site-packages/xlwt/__init__.py:14: 'Alignment' imported but unused
./usr/lib/python2.5/site-packages/xlwt/__init__.py:15: 'XFStyle' imported but unused
./usr/lib/python2.5/site-packages/xlwt/__init__.py:15: 'easyxf' imported but unused
./usr/lib/python2.5/site-packages/xlwt/__init__.py:16: 'from ExcelFormula import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/xlwt/ExcelFormulaLexer.py:3: 'sys' imported but unused
./usr/lib/python2.5/site-packages/xlwt/ExcelFormulaLexer.py:5: 'struct' imported but unused
./usr/lib/python2.5/site-packages/xlwt/ExcelFormulaLexer.py:7: 'UNICODE' imported but unused
./usr/lib/python2.5/site-packages/xlwt/ExcelFormulaLexer.py:7: 'match' imported but unused
./usr/lib/python2.5/site-packages/xlwt/Bitmap.py:8: 'from struct import *' used; unable to detect undefined names
./usr/lib/python2.5/site-packages/xlwt/BIFFRecords.py:4: 'sys' imported but unused
./usr/lib/python2.5/site-packages/xlwt/BIFFRecords.py:134: undefined name '_REC_ID'
./usr/lib/python2.5/site-packages/xlwt/BIFFRecords.py:1822: undefined name 'options'
./usr/lib/python2.5/site-packages/xlwt/Utils.py:34: 'pack' imported but unused
./usr/lib/python2.5/site-packages/xlwt/Utils.py:168: undefined name 'cell'
./usr/lib/python2.5/site-packages/xlwt/Worksheet.py:39: 'Formatting' imported but unused
./usr/lib/python2.5/site-packages/xlwt/Worksheet.py:45: 'Workbook' imported but unused
./usr/lib/python2.5/site-packages/xlwt/Worksheet.py:999: redefinition of function 'get_parent' from line 188

This report was generated on Tue, 22 Mar 2011 06:33:46 +0000, based on results by pyflakes 0.4.0-1