Debian Automated Code Analysis

pyflakes analysis of python-networkx_1.1-2_all.deb

./usr/share/pyshared/networkx/convert.py:169: 'scipy' imported but unused
./usr/share/pyshared/networkx/__init__.py:66: 'from exception import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:68: 'from algorithms import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:69: 'from classes import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:70: 'from convert import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:71: 'from drawing import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:72: 'from generators import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:73: 'from linalg import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:74: 'from readwrite import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:76: 'utils' imported but unused
./usr/share/pyshared/networkx/__init__.py:77: 'test' imported but unused
./usr/share/pyshared/networkx/__init__.py:78: 'algorithms' imported but unused
./usr/share/pyshared/networkx/__init__.py:79: 'classes' imported but unused
./usr/share/pyshared/networkx/__init__.py:80: 'convert' imported but unused
./usr/share/pyshared/networkx/__init__.py:81: 'drawing' imported but unused
./usr/share/pyshared/networkx/__init__.py:82: 'generators' imported but unused
./usr/share/pyshared/networkx/__init__.py:83: 'linalg' imported but unused
./usr/share/pyshared/networkx/__init__.py:84: 'readwrite' imported but unused
./usr/share/pyshared/networkx/utils.py:257: undefined name 'InputError'
./usr/share/pyshared/networkx/linalg/__init__.py:1: 'from spectrum import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/linalg/__init__.py:2: 'from attrmatrix import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/linalg/__init__.py:3: 'spectrum' imported but unused
./usr/share/pyshared/networkx/linalg/__init__.py:4: 'attrmatrix' imported but unused
./usr/share/pyshared/networkx/linalg/attrmatrix.py:7: 'nx' imported but unused
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:13: 'numpy' imported but unused
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:14: 'assert_almost_equal' imported but unused
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:14: 'assert_equal' imported but unused
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:22: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:30: undefined name 'assert_equal'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:34: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:39: undefined name 'assert_equal'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:43: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:48: undefined name 'assert_almost_equal'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:52: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:57: undefined name 'assert_almost_equal'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:63: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:65: undefined name 'assert_almost_equal'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:69: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:69: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:69: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:71: undefined name 'assert_almost_equal'
./usr/share/pyshared/networkx/classes/function.py:160: undefined name 'NetworkXError'
./usr/share/pyshared/networkx/classes/multidigraph.py:17: 'nx' imported but unused
./usr/share/pyshared/networkx/classes/multidigraph.py:18: 'Graph' imported but unused
./usr/share/pyshared/networkx/classes/multidigraph.py:21: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/classes/multidigraph.py:742: local variable 'self_pred' is assigned to but never used
./usr/share/pyshared/networkx/classes/multigraph.py:15: 'nx' imported but unused
./usr/share/pyshared/networkx/classes/multigraph.py:17: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/classes/__init__.py:1: 'Graph' imported but unused
./usr/share/pyshared/networkx/classes/__init__.py:2: 'DiGraph' imported but unused
./usr/share/pyshared/networkx/classes/__init__.py:3: 'MultiGraph' imported but unused
./usr/share/pyshared/networkx/classes/__init__.py:4: 'MultiDiGraph' imported but unused
./usr/share/pyshared/networkx/classes/__init__.py:5: 'from function import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/classes/graph.py:24: 'nx' imported but unused
./usr/share/pyshared/networkx/classes/graph.py:25: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/classes/digraph.py:16: 'nx' imported but unused
./usr/share/pyshared/networkx/classes/digraph.py:18: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/classes/digraph.py:1202: local variable 'self_pred' is assigned to but never used
./usr/share/pyshared/networkx/classes/tests/test_digraph.py:2: 'copy' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_digraph.py:3: 'unittest' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_digraph.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/classes/tests/test_multigraph.py:2: 'copy' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_multigraph.py:3: 'unittest' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_multigraph.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/classes/tests/test_multidigraph.py:2: 'copy' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_multidigraph.py:3: 'unittest' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_multidigraph.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/classes/tests/test_graph.py:2: 'copy' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_graph.py:3: 'unittest' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_graph.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/gml.py:24: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/readwrite/gml.py:24: 'NetworkXError' imported but unused
./usr/share/pyshared/networkx/readwrite/gml.py:193: 'Dict' imported but unused
./usr/share/pyshared/networkx/readwrite/gml.py:193: 'dblQuotedString' imported but unused
./usr/share/pyshared/networkx/readwrite/gml.py:193: 'ParseException' imported but unused
./usr/share/pyshared/networkx/readwrite/gml.py:207: local variable 'white' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/gml.py:286: local variable 'graph_attr' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/gml.py:290: local variable 'node_attr' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/graphml.py:27: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/readwrite/graphml.py:27: 'NetworkXError' imported but unused
./usr/share/pyshared/networkx/readwrite/graphml.py:173: undefined name 'GraphFormatError'
./usr/share/pyshared/networkx/readwrite/graphml.py:177: undefined name 'GraphFormatError'
./usr/share/pyshared/networkx/readwrite/graphml.py:183: undefined name 'GraphFormatError'
./usr/share/pyshared/networkx/readwrite/graphml.py:187: undefined name 'GraphFormatError'
./usr/share/pyshared/networkx/readwrite/graphml.py:189: undefined name 'GraphFormatError'
./usr/share/pyshared/networkx/readwrite/pajek.py:127: local variable 'directed' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/adjlist.py:221: redefinition of unused 'literal_eval' from line 219
./usr/share/pyshared/networkx/readwrite/gpickle.py:33: 'codecs' imported but unused
./usr/share/pyshared/networkx/readwrite/gpickle.py:34: 'locale' imported but unused
./usr/share/pyshared/networkx/readwrite/gpickle.py:35: 'string' imported but unused
./usr/share/pyshared/networkx/readwrite/gpickle.py:36: 'sys' imported but unused
./usr/share/pyshared/networkx/readwrite/gpickle.py:37: 'time' imported but unused
./usr/share/pyshared/networkx/readwrite/gpickle.py:39: 'is_string_like' imported but unused
./usr/share/pyshared/networkx/readwrite/__init__.py:6: 'from adjlist import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:7: 'from edgelist import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:8: 'from gpickle import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:9: 'from nx_yaml import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:10: 'from graphml import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:11: 'from leda import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:12: 'from sparsegraph6 import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:13: 'from gml import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:14: 'from pajek import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/leda.py:20: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/readwrite/nx_yaml.py:20: 'cPickle' imported but unused
./usr/share/pyshared/networkx/readwrite/nx_yaml.py:21: 'codecs' imported but unused
./usr/share/pyshared/networkx/readwrite/nx_yaml.py:22: 'locale' imported but unused
./usr/share/pyshared/networkx/readwrite/nx_yaml.py:23: 'string' imported but unused
./usr/share/pyshared/networkx/readwrite/nx_yaml.py:24: 'sys' imported but unused
./usr/share/pyshared/networkx/readwrite/nx_yaml.py:25: 'time' imported but unused
./usr/share/pyshared/networkx/readwrite/nx_yaml.py:27: 'is_string_like' imported but unused
./usr/share/pyshared/networkx/readwrite/nx_yaml.py:28: 'networkx' imported but unused
./usr/share/pyshared/networkx/readwrite/edgelist.py:206: redefinition of unused 'literal_eval' from line 204
./usr/share/pyshared/networkx/readwrite/sparsegraph6.py:24: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_yaml.py:16: 'yaml' imported but unused
./usr/share/pyshared/networkx/drawing/nx_agraph.py:39: 'is_string_like' imported but unused
./usr/share/pyshared/networkx/drawing/nx_agraph.py:39: '_get_fh' imported but unused
./usr/share/pyshared/networkx/drawing/nx_agraph.py:88: local variable 'node_attr' is assigned to but never used
./usr/share/pyshared/networkx/drawing/nx_agraph.py:99: undefined name 'key'
./usr/share/pyshared/networkx/drawing/nx_agraph.py:178: 'pygraphviz' imported but unused
./usr/share/pyshared/networkx/drawing/nx_agraph.py:320: 'pygraphviz' imported but unused
./usr/share/pyshared/networkx/drawing/nx_agraph.py:359: local variable 'added_edge' is assigned to but never used
./usr/share/pyshared/networkx/drawing/nx_agraph.py:360: local variable 'added_node' is assigned to but never used
./usr/share/pyshared/networkx/drawing/nx_agraph.py:361: local variable 'added_graph' is assigned to but never used
./usr/share/pyshared/networkx/drawing/nx_pydot.py:29: 'sys' imported but unused
./usr/share/pyshared/networkx/drawing/nx_pydot.py:40: 'pydot' imported but unused
./usr/share/pyshared/networkx/drawing/nx_pylab.py:272: local variable 'node_collection' is assigned to but never used
./usr/share/pyshared/networkx/drawing/nx_pylab.py:273: local variable 'edge_collection' is assigned to but never used
./usr/share/pyshared/networkx/drawing/__init__.py:2: 'from nx_pylab import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/drawing/__init__.py:3: 'nx_pylab' imported but unused
./usr/share/pyshared/networkx/drawing/__init__.py:4: 'from layout import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/drawing/__init__.py:5: 'layout' imported but unused
./usr/share/pyshared/networkx/drawing/__init__.py:9: 'from nx_agraph import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/drawing/__init__.py:10: 'nx_agraph' imported but unused
./usr/share/pyshared/networkx/drawing/__init__.py:12: 'pydot' imported but unused
./usr/share/pyshared/networkx/drawing/__init__.py:13: 'nx_pydot' imported but unused
./usr/share/pyshared/networkx/drawing/__init__.py:14: 'from nx_pydot import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/drawing/__init__.py:19: 'pygraphviz' imported but unused
./usr/share/pyshared/networkx/drawing/__init__.py:20: 'from nx_agraph import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/drawing/layout.py:119: local variable 'nshells' is assigned to but never used
./usr/share/pyshared/networkx/drawing/layout.py:317: 'spdiags' imported but unused
./usr/share/pyshared/networkx/drawing/layout.py:492: undefined name 'np'
./usr/share/pyshared/networkx/drawing/layout.py:496: undefined name 'np'
./usr/share/pyshared/networkx/drawing/layout.py:499: undefined name 'np'
./usr/share/pyshared/networkx/drawing/layout.py:500: undefined name 'np'
./usr/share/pyshared/networkx/drawing/tests/test_pydot.py:5: 'sys' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_pydot.py:18: 'pydot' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_pydot.py:42: undefined name 'pydot'
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:5: 'sys' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:6: 'tempfile' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:9: 'assert_true' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:18: 'pylab' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:30: undefined name 'pylab'
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:32: undefined name 'pylab'
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:34: undefined name 'pylab'
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:36: undefined name 'pylab'
./usr/share/pyshared/networkx/drawing/tests/test_agraph.py:5: 'sys' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_agraph.py:18: 'pygraphviz' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_layout.py:5: 'sys' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_layout.py:5: 'os' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_layout.py:6: 'tempfile' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_layout.py:18: 'numpy' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_layout.py:35: local variable 'vpos' is assigned to but never used
./usr/share/pyshared/networkx/drawing/tests/test_layout.py:45: local variable 'vpos' is assigned to but never used
./usr/share/pyshared/networkx/drawing/tests/test_layout.py:58: 'scipy' imported but unused
./usr/share/pyshared/networkx/algorithms/cluster.py:15: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/clique.py:234: local variable 'size' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/__init__.py:1: 'from centrality import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:2: 'from clique import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:3: 'from cluster import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:4: 'from components import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:5: 'from core import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:6: 'from cycles import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:7: 'from dag import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:8: 'from distance_measures import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:9: 'from isomorphism import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:10: 'from traversal import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:11: 'from boundary import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:12: 'from matching import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:13: 'from smetric import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:14: 'from bipartite import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:15: 'from mst import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:16: 'from block import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:17: 'from operators import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:18: 'from shortest_paths import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:19: 'from link_analysis import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:20: 'from mixing import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:22: 'centrality' imported but unused
./usr/share/pyshared/networkx/algorithms/__init__.py:23: 'traversal' imported but unused
./usr/share/pyshared/networkx/algorithms/__init__.py:24: 'isomorphism' imported but unused
./usr/share/pyshared/networkx/algorithms/__init__.py:25: 'shortest_paths' imported but unused
./usr/share/pyshared/networkx/algorithms/__init__.py:26: 'link_analysis' imported but unused
./usr/share/pyshared/networkx/algorithms/__init__.py:27: 'mixing' imported but unused
./usr/share/pyshared/networkx/algorithms/__init__.py:28: 'components' imported but unused
./usr/share/pyshared/networkx/algorithms/cycles.py:12: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/mixing.py:18: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/mixing.py:286: local variable 'rmin' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/mixing.py:413: redefinition of unused 'nx' from line 18
./usr/share/pyshared/networkx/algorithms/matching.py:348: undefined name 'mybestslack'
./usr/share/pyshared/networkx/algorithms/matching.py:350: local variable 'mybestslack' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/dag.py:18: 'networkx' imported but unused
./usr/share/pyshared/networkx/algorithms/mst.py:14: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/traversal/__init__.py:1: 'depth_first_search' imported but unused
./usr/share/pyshared/networkx/algorithms/traversal/__init__.py:2: 'from depth_first_search import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/isomorphism/isomorph.py:15: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/isomorphvf2.py:141: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/isomorphvf2.py:280: local variable 'x' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/isomorphism/isomorphvf2.py:358: local variable 'x' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/isomorphism/__init__.py:1: 'isomorph' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/__init__.py:2: 'isomorphvf2' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/__init__.py:3: 'from isomorph import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/isomorphism/__init__.py:4: 'DiGraphMatcher' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/__init__.py:4: 'GraphMatcher' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/__init__.py:5: 'from vf2weighted import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/isomorphism/vf2weighted.py:5: 'copy' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/vf2weighted.py:7: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/vf2weighted.py:8: 'GMState' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/vf2weighted.py:8: 'DiGMState' imported but unused
./usr/share/pyshared/networkx/algorithms/components/__init__.py:1: 'from connected import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/__init__.py:2: 'from strongly_connected import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/__init__.py:3: 'from weakly_connected import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/__init__.py:4: 'from attracting import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/tests/test_connected.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/tests/test_strongly_connected.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/tests/test_strongly_connected.py:58: local variable 'ncc' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/components/tests/test_weakly_connected.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/tests/test_attracting.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/current_flow_closeness.py:66: redefinition of unused 'np' from line 16
./usr/share/pyshared/networkx/algorithms/centrality/current_flow_closeness.py:66: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/current_flow_closeness.py:70: 'izip' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/current_flow_closeness.py:85: local variable 'Cv' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/centrality/betweenness.py:19: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:1: 'from betweenness import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:2: 'from betweenness_subset import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:3: 'from closeness import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:4: 'from degree import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:5: 'from eigenvector import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:6: 'from load import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:7: 'from current_flow_closeness import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:8: 'from current_flow_betweenness import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:9: 'from current_flow_betweenness_subset import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:10: 'betweenness' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:11: 'closeness' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:12: 'degree' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:13: 'eigenvector' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:14: 'load' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:15: 'current_flow_betweenness' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:16: 'current_flow_closeness' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/load.py:18: 'heapq' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/current_flow_betweenness.py:68: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/current_flow_betweenness.py:147: 'izip' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/current_flow_betweenness.py:149: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/betweenness_subset.py:17: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_load_centrality.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py:70: redefinition of function 'test_K4_normalized' from line 62
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_betweenness_centrality.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py:88: redefinition of function 'test_K4_normalized' from line 80
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_closeness.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py:3: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py:44: local variable 'H' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_degree_centrality.py:5: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/astar.py:18: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/weighted.py:187: undefined name 'NetworkXException'
./usr/share/pyshared/networkx/algorithms/shortest_paths/weighted.py:221: undefined name 'finaldist'
./usr/share/pyshared/networkx/algorithms/shortest_paths/weighted.py:241: undefined name 'finaldist'
./usr/share/pyshared/networkx/algorithms/shortest_paths/weighted.py:242: local variable 'finaldist' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/shortest_paths/__init__.py:1: 'from generic import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/__init__.py:2: 'from unweighted import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/__init__.py:3: 'from weighted import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/__init__.py:4: 'from astar import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/unweighted.py:21: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/unweighted.py:161: undefined name 'NetworkXException'
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_weighted.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_weighted.py:4: 'random' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_weighted.py:4: 'choice' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_unweighted.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_unweighted.py:4: 'random' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_unweighted.py:4: 'choice' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_astar.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_generic.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_generic.py:4: 'random' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_generic.py:4: 'choice' imported but unused
./usr/share/pyshared/networkx/algorithms/link_analysis/hits_alg.py:83: undefined name 'x'
./usr/share/pyshared/networkx/algorithms/link_analysis/hits_alg.py:84: local variable 'nnodes' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/link_analysis/__init__.py:1: 'from pagerank_alg import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/link_analysis/__init__.py:2: 'from hits_alg import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/link_analysis/tests/test_pagerank.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/link_analysis/tests/test_pagerank.py:36: 'numpy' imported but unused
./usr/share/pyshared/networkx/algorithms/link_analysis/tests/test_pagerank.py:61: 'scipy' imported but unused
./usr/share/pyshared/networkx/algorithms/link_analysis/tests/test_hits.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/link_analysis/tests/test_hits.py:3: 'SkipTest' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_distance_measures.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_cycles.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_attributes.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_attributes.py:117: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_attributes.py:118: 'npt' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_attributes.py:190: redefinition of function 'test_attribute_assortativity_coefficient' from line 181
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_attributes.py:199: redefinition of function 'test_attribute_assortativity_coefficient' from line 190
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_degree.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_degree.py:3: 'nose' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_degree.py:91: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_degree.py:92: 'npt' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_degree.py:173: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_degree.py:174: 'npt' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_degree.py:178: 'scipy' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_block.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_mst.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_bipartite.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:2: 'tempfile' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:2: 'os' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:3: 'SkipTest' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:7: 'from networkx import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:230: local variable 'empty1' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:231: local variable 'empty10' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:234: local variable 'K10' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:235: local variable 'P2' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:237: local variable 'P5' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:238: local variable 'P10' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:268: local variable 'empty1' is assigned to but never used
./usr/share/pyshared/networkx/generators/small.py:37: 'nx' imported but unused
./usr/share/pyshared/networkx/generators/degree_seq.py:33: 'networkx' imported but unused
./usr/share/pyshared/networkx/generators/degree_seq.py:956: local variable 'ddict' is assigned to but never used
./usr/share/pyshared/networkx/generators/degree_seq.py:958: local variable 'G' is assigned to but never used
./usr/share/pyshared/networkx/generators/directed.py:20: 'math' imported but unused
./usr/share/pyshared/networkx/generators/directed.py:24: 'cycle_graph' imported but unused
./usr/share/pyshared/networkx/generators/directed.py:25: 'MultiDiGraph' imported but unused
./usr/share/pyshared/networkx/generators/bipartite.py:23: 'sys' imported but unused
./usr/share/pyshared/networkx/generators/__init__.py:5: 'nx' imported but unused
./usr/share/pyshared/networkx/generators/__init__.py:6: 'from bipartite import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:7: 'from classic import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:8: 'from degree_seq import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:9: 'from directed import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:10: 'from geometric import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:11: 'from hybrid import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:12: 'from random_graphs import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:13: 'from small import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:14: 'from threshold import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:15: 'from atlas import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:16: 'from line import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:17: 'from ego import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:18: 'from stochastic import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/threshold.py:411: undefined name 'prevsym'
./usr/share/pyshared/networkx/generators/threshold.py:419: local variable 'prevsym' is assigned to but never used
./usr/share/pyshared/networkx/generators/threshold.py:475: local variable 'rd' is assigned to but never used
./usr/share/pyshared/networkx/generators/random_graphs.py:26: redefinition of unused 'defaultdict' from line 24
./usr/share/pyshared/networkx/generators/tests/test_degree_seq.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/tests/test_convert_scipy.py:2: 'tempfile' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_scipy.py:2: 'os' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_scipy.py:4: 'assert_false' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_scipy.py:14: 'np' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_scipy.py:15: 'sp' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_scipy.py:16: 'sparse' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_scipy.py:73: undefined name 'sp'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:2: 'tempfile' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:2: 'os' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:4: 'assert_false' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:14: 'np' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:49: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:60: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:71: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:82: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:93: undefined name 'np'
./usr/share/doc/python-networkx/examples/advanced/iterated_dynamical_systems.py:84: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/advanced/iterated_dynamical_systems.py:85: 'from math import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/advanced/eigenvalues.py:19: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/advanced/eigenvalues.py:27: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/subclass/printgraph.py:16: 'NetworkXException' imported but unused
./usr/share/doc/python-networkx/examples/subclass/printgraph.py:16: 'NetworkXError' imported but unused
./usr/share/doc/python-networkx/examples/subclass/printgraph.py:17: 'convert' imported but unused
./usr/share/doc/python-networkx/examples/subclass/printgraph.py:47: local variable 'adj' is assigned to but never used
./usr/share/doc/python-networkx/examples/drawing/degree_histogram.py:11: 'matplotlib' imported but unused
./usr/share/doc/python-networkx/examples/drawing/circular_tree.py:5: 'graphviz_layout' imported but unused
./usr/share/doc/python-networkx/examples/drawing/lanl_routes.py:47: 'math' imported but unused
./usr/share/doc/python-networkx/examples/drawing/lanl_routes.py:49: 'graphviz_layout' imported but unused
./usr/share/doc/python-networkx/examples/drawing/giant_component.py:25: 'graphviz_layout' imported but unused
./usr/share/doc/python-networkx/examples/drawing/chess_masters.py:83: redefinition of unused 'nx' from line 32
./usr/share/doc/python-networkx/examples/drawing/knuth_miles.py:57: undefined name 'city'
./usr/share/doc/python-networkx/examples/drawing/knuth_miles.py:57: undefined name 'i'
./usr/share/doc/python-networkx/examples/drawing/knuth_miles.py:58: undefined name 'i'
./usr/share/doc/python-networkx/examples/drawing/knuth_miles.py:60: local variable 'i' is assigned to but never used
./usr/share/doc/python-networkx/examples/drawing/knuth_miles.py:73: redefinition of unused 'nx' from line 29
./usr/share/doc/python-networkx/examples/drawing/knuth_miles.py:75: 'sys' imported but unused
./usr/share/doc/python-networkx/examples/drawing/atlas.py:57: redefinition of unused 'nx' from line 14
./usr/share/doc/python-networkx/examples/drawing/atlas.py:67: 'graphviz_layout' imported but unused
./usr/share/doc/python-networkx/examples/basic/properties.py:12: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/basic/read_write.py:13: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/algorithms/krackhardt_centrality.py:16: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/football.py:21: 'pyparsing' imported but unused
./usr/share/doc/python-networkx/examples/graph/football.py:25: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/roget.py:34: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/roget.py:57: local variable 'oldline' is assigned to but never used
./usr/share/doc/python-networkx/examples/graph/roget.py:76: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/erdos_renyi.py:20: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/atlas2.py:19: 'from networkx.generators.atlas import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/atlas2.py:20: 'from pygraphviz import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/words.py:28: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/words.py:29: 're' imported but unused
./usr/share/doc/python-networkx/examples/graph/words.py:30: 'sys' imported but unused
./usr/share/doc/python-networkx/examples/graph/words.py:60: redefinition of unused 'sys' from line 30
./usr/share/doc/python-networkx/examples/graph/words.py:88: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/expected_degree_sequence.py:13: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/expected_degree_sequence.py:14: 'from networkx.generators.degree_seq import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/degree_sequence.py:16: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/degree_sequence.py:17: 'from networkx.generators.degree_seq import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/knuth_miles.py:57: undefined name 'city'
./usr/share/doc/python-networkx/examples/graph/knuth_miles.py:57: undefined name 'i'
./usr/share/doc/python-networkx/examples/graph/knuth_miles.py:58: undefined name 'i'
./usr/share/doc/python-networkx/examples/graph/knuth_miles.py:60: local variable 'i' is assigned to but never used
./usr/share/doc/python-networkx/examples/graph/knuth_miles.py:73: redefinition of unused 'nx' from line 29
./usr/share/doc/python-networkx/examples/graph/knuth_miles.py:75: 'sys' imported but unused
./usr/share/doc/python-networkx/examples/graph/atlas.py:57: redefinition of unused 'nx' from line 14
./usr/share/doc/python-networkx/examples/graph/atlas.py:67: 'graphviz_layout' imported but unused
./usr/share/doc/python-networkx/examples/multigraph/chess_masters.py:83: redefinition of unused 'nx' from line 32
./usr/share/doc/python-networkx/examples/pygraphviz/pygraphviz_draw.py:19: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/pygraphviz/pygraphviz_simple.py:19: 'from networkx import *' used; unable to detect undefined names

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