Debian Automated Code Analysis

pyflakes analysis of python-h5py_1.3.0-3_i386.deb

./usr/share/pyshared/h5py/_ipy_completer.py:47: redefinition of unused 'generics' from line 42
./usr/share/pyshared/h5py/_ipy_completer.py:48: redefinition of unused 'TryNext' from line 43
./usr/share/pyshared/h5py/_ipy_completer.py:48: redefinition of unused 'ipget' from line 44
./usr/share/pyshared/h5py/highlevel.py:33: 'op' imported but unused
./usr/share/pyshared/h5py/highlevel.py:37: 'h5z' imported but unused
./usr/share/pyshared/h5py/__init__.py:34: redefinition of unused 'h5' from line 24
./usr/share/pyshared/h5py/__init__.py:34: 'h5fd' imported but unused
./usr/share/pyshared/h5py/__init__.py:35: 'filters' imported but unused
./usr/share/pyshared/h5py/__init__.py:35: 'highlevel' imported but unused
./usr/share/pyshared/h5py/__init__.py:35: 'selections' imported but unused
./usr/share/pyshared/h5py/__init__.py:45: 'RegionReference' imported but unused
./usr/share/pyshared/h5py/__init__.py:45: 'Reference' imported but unused
./usr/share/pyshared/h5py/__init__.py:49: 'new_vlen' imported but unused
./usr/share/pyshared/h5py/__init__.py:50: 'get_vlen' imported but unused
./usr/share/pyshared/h5py/__init__.py:51: 'new_enum' imported but unused
./usr/share/pyshared/h5py/__init__.py:52: 'get_enum' imported but unused
./usr/share/pyshared/h5py/__init__.py:66: redefinition of unused '_IP' from line 63
./usr/share/pyshared/h5py/filters.py:35: 'h5s' imported but unused
./usr/share/pyshared/h5py/filters.py:166: local variable 'szopts' is assigned to but never used
./usr/share/pyshared/h5py/tests/test_h5f.py:13: 'numpy' imported but unused
./usr/share/pyshared/h5py/tests/test_h5f.py:18: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/test_h5a.py:17: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/test_h5a.py:150: local variable 'htype' is assigned to but never used
./usr/share/pyshared/h5py/tests/test_group.py:6: 'np' imported but unused
./usr/share/pyshared/h5py/tests/test_group.py:11: 'dump_warnings' imported but unused
./usr/share/pyshared/h5py/tests/test_group.py:36: 'Datatype' imported but unused
./usr/share/pyshared/h5py/tests/test_group.py:36: 'File' imported but unused
./usr/share/pyshared/h5py/tests/test_group.py:37: 'numpy' imported but unused
./usr/share/pyshared/h5py/tests/test_utils.py:12: 'sys' imported but unused
./usr/share/pyshared/h5py/tests/test_utils.py:15: 'api_18' imported but unused
./usr/share/pyshared/h5py/tests/test_utils.py:17: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/test_h5g.py:15: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/test_slicing.py:26: 'os' imported but unused
./usr/share/pyshared/h5py/tests/test_slicing.py:27: 'unittest' imported but unused
./usr/share/pyshared/h5py/tests/__init__.py:22: undefined name 'sys'
./usr/share/pyshared/h5py/tests/__init__.py:24: undefined name 'sys'
./usr/share/pyshared/h5py/tests/__init__.py:192: 'os' imported but unused
./usr/share/pyshared/h5py/tests/__init__.py:215: local variable 'result' is assigned to but never used
./usr/share/pyshared/h5py/tests/test_h5s.py:16: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/test_h5t.py:13: 'unittest' imported but unused
./usr/share/pyshared/h5py/tests/test_h5t.py:14: 'tempfile' imported but unused
./usr/share/pyshared/h5py/tests/test_h5t.py:15: 'os' imported but unused
./usr/share/pyshared/h5py/tests/test_h5t.py:18: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/test_h5t.py:19: 'h5f' imported but unused
./usr/share/pyshared/h5py/tests/test_h5t.py:20: 'api_18' imported but unused
./usr/share/pyshared/h5py/tests/test_h5t.py:21: 'cPickle' imported but unused
./usr/share/pyshared/h5py/tests/test_dataset.py:11: 'unittest' imported but unused
./usr/share/pyshared/h5py/tests/test_h5d.py:16: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/test_h5p.py:16: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/test_highlevel.py:14: 'unittest' imported but unused
./usr/share/pyshared/h5py/tests/test_highlevel.py:16: 'shutil' imported but unused
./usr/share/pyshared/h5py/tests/test_highlevel.py:24: 'from h5py.highlevel import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/test_highlevel.py:25: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/test_highlevel.py:26: redefinition of unused 'TestCasePlus' from line 26
./usr/share/pyshared/h5py/tests/test_highlevel.py:26: 'api_16' imported but unused
./usr/share/pyshared/h5py/tests/test_highlevel.py:28: 'testfiles' imported but unused
./usr/share/pyshared/h5py/tests/test_highlevel.py:157: local variable 'dset2_p' is assigned to but never used
./usr/share/pyshared/h5py/tests/low/test_h5a.py:13: 'np' imported but unused
./usr/share/pyshared/h5py/tests/low/test_h5a.py:16: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/low/test_h5a.py:40: local variable 'gid' is assigned to but never used
./usr/share/pyshared/h5py/tests/low/test_h5g.py:3: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/low/test_h5i.py:3: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/low/test_h5r.py:14: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/low/test_h5r.py:50: redefinition of function 'test_obj' from line 29
./usr/share/pyshared/h5py/tests/low/test_h5s.py:3: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/low/test_h5t.py:8: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/low/test_h5d.py:2: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/low/test_h5p.py:3: 'from h5py import *' used; unable to detect undefined names
./usr/share/pyshared/h5py/tests/high/test_group.py:3: 'mktemp' imported but unused
./usr/share/pyshared/h5py/tests/high/test_group.py:46: local variable 'ds' is assigned to but never used
./usr/share/pyshared/h5py/tests/high/test_links.py:66: local variable 'g' is assigned to but never used
./usr/share/pyshared/h5py/tests/high/test_threads.py:1: 'sys' imported but unused
./usr/share/pyshared/h5py/tests/high/test_refs.py:3: 'version' imported but unused

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